plot.PCA {provenance} | R Documentation |
Compositional biplot
Description
Plot the results of a principal components analysis as a biplot
Usage
## S3 method for class 'PCA'
plot(
x,
labelcol = "black",
vectorcol = "red",
choices = 1L:2L,
scale = 1,
pc.biplot = FALSE,
...
)
Arguments
x |
an object of class |
labelcol |
colour(s) of the sample labels (may be a vector). |
vectorcol |
colour of the vector loadings for the variables |
choices |
see the help pages of the generic |
scale |
see the help pages of the generic |
pc.biplot |
see the help pages of the generic |
... |
optional arguments of the generic |
See Also
PCA
Examples
data(Namib)
plot(PCA(Namib$Major))
[Package provenance version 4.3 Index]