[R] plotting overlapping data points

Jens Nieschulze jniesch at gwdg.de
Sun Nov 18 14:03:14 CET 2001


On Sun, 18 Nov 2001, Edward Hagen wrote:

> 
> I am just learning to use R.  The data from my current project are
> integer-valued.  I am able to create scatterplots, but I would like to
> have some indication on the plots when multiple data points overlap at
> the same x-y coordinate. SPSS uses 'petals', and other packages use
> jitter.  Are there similar options in R?  I have not been able to find
> any in the documentation.

jitter?????????
as in 
x<-c(2,2,3,3,5)
y<-c(2,2,4,4,7)
plot(x,jitter(y))
?
> 
> Thanks very much,
> 
> Ed.
> 
> ps. Please respond to this email address as I am not subscribed to the
> list.
> 
> -- 
> Dr. Ed Hagen                     Humboldt-Universität zu Berlin
> Innovationskolleg Theoretische Biologie  Invalidenstraße 43
> phone: +49/30 2093-8649; fax: -8801      10115 Berlin, Germany
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> 

***********************************************************************
Jens Nieschulze

Institute for Forest Biometrics &	Phone: ++49-551-39-12107
Applied Computer Science		Fax  : ++49-551-39-3465
Buesgenweg 4
37077 Goettingen		E-mail: jniesch at uni-forst.gwdg.de
GERMANY				http://www.uni-forst.gwdg.de/~jniesch

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list