plot.CA | R Documentation |
Plot the results of a correspondence analysis as a biplot
## S3 method for class 'CA'
plot(x, labelcol = "black", vectorcol = "red", components = c(1, 2), ...)
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 |
CA
data(Namib)
plot(CA(Namib$PT))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.