downunder wrote:
> Hi all. I need some help. I have to plot so many observation in a coordinate
> system that you can't see really much. Is there any possiblilty in R to
> reduce the size of a plotted point? In the plot command i could find a
> solution.
>  plot(....,type = "p" ,..)
> 
> thanks in advance
> 
> lars

Hi Lars,

You might be interested in the count.overplot function in the plotrix 
package that displays a single count for each cluster of points. You can 
adjust the size of the cluster using the tol argument.

Jim

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to