[R] Need your help with my R plot

2005-02-07 Thread Latha Raja
Hi, I am using R to plot the graph and the problem I am facing with my graph is that I have lots of points concentrated in one area and It is creating a visualization challenge. Is there any commands in R I could use to solve this problem. Even if there is no command, do you know how I could

Re: [R] Need your help with my R plot

2005-02-07 Thread Robert Burrows
On Mon, 7 Feb 2005, Latha Raja wrote: I am using R to plot the graph and the problem I am facing with my graph is that I have lots of points concentrated in one area and It is creating a visualization challenge. How about 'plot( ,pch='.', )? -- Robert Burrows, PhD New England Biometrics

Re: [R] Need your help with my R plot

2005-02-07 Thread Witold Eryk Wolski
Latha Raja wrote: Hi, I am using R to plot the graph and the problem I am facing with my graph is that I have lots of points concentrated in one area and It is creating a visualization challenge. Is there any commands in R I could use to solve this problem. Even if there is no command, do you