Usage
## S3 method for class 'pca':
plot(x, pch = 16, col = par("col"), cex=0.8, mar=c(4, 4, 1, 1),...)
## S3 method for class 'pca.scree':
plot(x, y = NULL, type = "o", pch = 18,
main = "", sub = "", xlim = c(0, 20), ylim = NULL,
ylab = "Proporton of Variance (%)",
xlab = "Eigenvalue Rank", axes = TRUE, ann = par("ann"),
col = par("col"), lab = TRUE, ...)
## S3 method for class 'pca.score':
plot(x, inds=NULL, col=rainbow(nrow(x)), lab = "", ...)
Arguments
x
the results of principal component analysis obtained with
pca.xyz
. pch
a vector of plotting characters or symbols: see points.
col
a character vector of plotting colors.
cex
a numerical single element vector giving the amount by
which plotting text and symbols should be magnified relative to the
default.
mar
A numerical vector of the form c(bottom, left, top, right)
which gives the number of lines of margin to be specified on the
four sides of the plot.
inds
row indices of the conformers to label.
lab
a character vector of plot labels.
y
the y coordinates for the scree plot.
type
one-character string giving the type of plot desired.
main
a main title for the plot, see also 'title'.
sub
a sub-title for the plot.
xlim
the x limits of the plot.
ylim
the y limits of the plot.
ylab
a label for the y axis.
xlab
a label for the x axis.
axes
a logical value indicating whether both axes should be drawn.
ann
a logical value indicating whether the default annotation
(title and x and y axis labels) should appear on the plot.
...
extra plotting arguments.