The generic plot
function calls plotFRBvars
, plotFRBangles
and
plotFRBloadings
, according to which
of these are respectively specified in argument which
, and
displays the plots on separate pages (the user is prompted for each new page). The PCs for which the loadings should be plotted
can be specified through the pcs.loadings
argument. The other arguments are set to their default values by plot
.
The solid curves displayed by plotFRBvars
indicate the actual estimates of the variances (or percentages), while the dashed curves represent the confidence
limits as computed by FRBpcaS
or FRBpcaMM
.
plotFRBangles
plots, for each PC, histograms of the angles between the bootstrapped PC and the original PC estimate.
The angles are in radians, between 0 and pi/2. These limits are indicated by the red vertical lines. Angles close to zero correspond
to bootstrapped PCs closely aligned with the original PC, while an angle close to pi/2 means the bootstrapped PC is roughly
perpendicular to the original estimate (hence a large number of angles close to pi/2 implies high variability).
If the number of PCs specified in pcs
is very large (usually larger than the default settings), the histograms may not fit
on one page and a selection will be made (the user will be given a warning in that case).
In plotFRBloadings
, the red dots represent the loadings, which are between -1 and 1. The square brackets indicate the confidence
limits as computed by FRBpcaS
or FRBpcaMM
. Only the loadings of the first nvars
variables
are shown, where the variables were ordered according to the absolute value of the loading (i.e. only the nvars
most important
variables for that particular PC are shown).