plot.scores
is simply a wrapper calling scoreplot
,
passing all arguments. Similarly for plot.loadings
. scoreplot
makes one or more scatter plots of the scores,
depending on how many components are selected. If one or two
components are selected, and identify
is TRUE
, the
function identify
is used to interactively identify
points.
If scatter
is TRUE
, loadingplot
works exactly
like scoreplot
. Otherwise, it makes a lineplot of the selected
loading vectors, and if identify
is TRUE
,
uses identify
to interactively identify points. Also,
if legendpos
is given, a legend is drawn at the position
indicated.
corrplot
works exactly like scoreplot
, except that at
least two components must be selected. The correlation
loadings, i.e. the correlations between each variable and the
selected components, are plotted as pairwise scatter plots, with
two concentric circles of radius 0.5 and 1.
scoreplot
, loadingplot
and corrplot
can also be
called through the plot method for mvr
objects, by specifying
plottype
as "scores"
, "loadings"
or
"correlation"
, respectively. See plot.mvr
.
scoreplot
and loadingplot
also work with
princomp
objects. (However, plot(scores(...))
and
plot(loadings(...))
will not work.)