Re: [R] symbols plots - with circles

2009-12-15 Thread Jim Lemon
On 12/16/2009 08:47 AM, DispersionMap wrote: Im doing a plot where i look at clusters of data with circles indicating how big the cluster is: palette(rainbow(1000, end = 0.9)) symbols(data$lab, data$bak, circles = var21, main = "Circles Plot", fg = "grey", bg = 1:1000) As i have lots and lots

Re: [R] symbols plots - with circles

2009-12-15 Thread Jim Lemon
On 12/16/2009 08:47 AM, DispersionMap wrote: Im doing a plot where i look at clusters of data with circles indicating how big the cluster is: palette(rainbow(1000, end = 0.9)) symbols(data$lab, data$bak, circles = var21, main = "Circles Plot", fg = "grey", bg = 1:1000) As i have lots and lots

[R] symbols plots - with circles

2009-12-15 Thread DispersionMap
Im doing a plot where i look at clusters of data with circles indicating how big the cluster is: palette(rainbow(1000, end = 0.9)) symbols(data$lab, data$bak, circles = var21, main = "Circles Plot", fg = "grey", bg = 1:1000) As i have lots and lots of data points to plot i get alot of circles.