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
greg.snow at imail.org
801.408.8111
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of DISABATINO, LYDIA
> Sent: Tuesday, October 21, 2008 3:10 PM
> To: r-help at 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 at 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.