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 > > ______________________________________________ > [email protected] 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. ______________________________________________ [email protected] 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.
