plot.CA: Point-counting biplot
Description
Plot the results of a correspondence analysis as a biplot
Usage
# S3 method for CA
plot(x, labelcol = "black", vectorcol = "red", components = c(1, 2), ...)
Arguments
- x
an object of class CA
- 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 biplot
function
Examples
Run this codedata(Namib)
plot(CA(Namib$PT))
Run the code above in your browser using DataLab