Re: [R] specifying ranges in scatter plot

2008-06-11 Thread Henrique Dallazuanna
You can use also xlim and ylim, from the help page: " ...: arguments to be passed to or from methods." pairs(iris[1:4], main = "Anderson's Iris Data -- 3 species", pch = 21, bg = c("red", "green3", "blue")[unclass(iris$Species)]) pairs(iris[1:4], main = "Anderson's Iris Data -- 3 specie

[R] specifying ranges in scatter plot

2008-06-11 Thread He, Yulei
Hi, there: Does anyone know how to specify the ranges in the axises when I make scatter plots using pairs()? In the general plot function, I can use xlim and ylim option. But how can I do this if I use pairs()? Thanks. Yulei [[alternative HTML version deleted]] ___