NDC/jshipman wrote:
Hi,
I am new to R plot. I am trying to increase the data point observation when duplicate data points exist

x    y
1    10
1    10
2    3
4    5
9     8


in the about example 1, 10 would be displayed larger than the other data points. Could someone give me some assistance with this problem
Hi Jeffery,
Have a look at sizeplot, cluster.overplot and count.overplot in the plotrix package.

Jim

______________________________________________
R-help@r-project.org 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