[R] advanced plotting
Jim Lemon
jim at bitwrit.com.au
Wed Nov 22 10:15:18 CET 2006
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
More information about the R-help
mailing list