Formatting the output of pairs()
On Fri, 22 Mar 2002, Hadley Wickham wrote:
Would anyone be able to give me some ideas on how to go about changing the output of pairs()? What I want to do is : * plot each value as a point (instead of those hollow circles)
Use the pch argument in pairs()
* remove the gap between each scatter plot
set gap = 0 in the pairs() command.
* make the frame around each scatter plot pale grey
Hmm...not sure. -roger _______________________________ UCLA Department of Statistics rpeng at stat.ucla.edu http://www.stat.ucla.edu/~rpeng -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._