On 7/28/06, Ben Bolker <[EMAIL PROTECTED]> 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

______________________________________________
R-help@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.

Reply via email to