The functions pairs (base) and splom (lattice) both accept panel arguments that do the actual plotting. In the case of pairs, the default panel function is points. Just write a function that does what you want using points, etc, then pass that function as the panel argument in pairs (similar process works with splom).
If you can give more detail about what you want the plot to look like and which tool you use, we can give more detailed help, -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] 801.408.8111 > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > project.org] On Behalf Of DISABATINO, LYDIA > Sent: Tuesday, October 21, 2008 3:10 PM > To: r-help@r-project.org > Subject: [R] Scatterplot Matrix > > > Is there any way to make the points on my scatterplot matrix correspond > to numbers instead of dots? I know how to do this on a regular 2- > variable scatterplot but not on the matrix. Thanks! > > -Lydia > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. ______________________________________________ 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.