[R] scatter plot with axes drawn on the same scale

Deepayan Sarkar deepayan.sarkar at gmail.com
Sat Jul 29 04:57:15 CEST 2006


On 7/28/06, Ben Bolker <bolker at ufl.edu> wrote:
> Sundar Dorai-Raj <sundar.dorai-raj <at> pdf.com> writes:
>
> >
> > Try:
> >
> > plot(x, y, asp = 1)
> >
> > --sundar
> >
> >
>
>   or eqscplot from the MASS package.

or

library(lattice)
xyplot(y ~ x, aspect = "iso")

-Deepayan



More information about the R-help mailing list