[R] matrix of scatterplots

livia yn19832 at msn.com
Thu Jul 12 14:28:10 CEST 2007


Thank you very much for your help.

Adaikalavan Ramasamy wrote:
> 
> m <- matrix( rnorm(300), nc=3 )
> pairs(m, pch=20)
> 
> or pairs(m, pch=".")
> 
> See help(par) for more details.
> 
> 
> livia wrote:
>> Hi, I would like to use the function pairs() to plot a matrix of
>> scatterplots. For each scatterplot, the data are plotted in circles, can
>> I
>> add some argument to change the circles into dots?
>> 
>> Could anyone give me some advice?Many thanks
> 
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
> 
> 

-- 
View this message in context: http://www.nabble.com/matrix-of-scatterplots-tf4067527.html#a11558687
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list