On Mon, 10 Mar 2003, Agustin Lobo wrote: > If I do: > > plot(corresp(a, nf = 2),xlim=c(-1,2),ylim=c(-1,1)) > > while the xlim takes effect, the ylim does not, > no matter the values given for ylim. > > Is this intentional? is this an error?
It's intentional. In biplots the x and y axis scalings are not to be controlled separately. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
