plot.CA: Point-counting biplot

View source: R/plot.R

plot.CAR 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 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

See Also

CA

Examples

data(Namib)
plot(CA(Namib$PT))

provenance documentation built on Aug. 28, 2023, 5:07 p.m.