Another is to use the function 'space' in the gregmisc package. It is used like 'jitter', but it determistically spreads (nearly) overlapping points out in either the x dimension so they don't overlap. See ?space in the gregmisc package for details.
I've found this useful for situations where the the x and y data is discrete. FTIW, the gregmisc package also contains the function hist2d, which will create and plot a 2-dimensional histogram. -Greg > -----Original Message----- > From: Simpson, William [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 03, 2003 11:27 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [R] number plot symbol in scatterplot? > > > OK Thanks Martin and Thomas I'll check sunflowerplot() > > Bill > > ______________________________________________ > [EMAIL PROTECTED] mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help > LEGAL NOTICE\ Unless expressly stated otherwise, this message is ... [[dropped]] ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
