Skip to content

How does biplot.princomp scale its axes?

1 message · Gabor Grothendieck

#
Its easiest to just check the source.  biplot is a generic which calls
biplot.princomp which calls biplot.default which in turn calls plot so
try this and examine the source:

stats:::biplot.default
On 7/31/06, Patrick Connolly <p_connolly at ihug.co.nz> wrote: