plot.CA {provenance} | R Documentation |
Point-counting biplot
Description
Plot the results of a correspondence analysis as a biplot
Usage
## S3 method for class 'CA'
plot(x, labelcol = "black", vectorcol = "red", components = c(1, 2), ...)
Arguments
x |
an object of class |
labelcol |
colour of the sample labels (may be a vector). |
vectorcol |
colour of the vector loadings for the variables |
components |
two-element vector of components to be plotted |
... |
optional arguments of the generic |
See Also
CA
Examples
data(Namib)
plot(CA(Namib$PT))
[Package provenance version 4.3 Index]