powered by
varExpl(object, ...)## S3 method for class 'cca': varExpl(object, axes = 1L, cumulative = FALSE, pcent = FALSE, \dots)## S3 method for class 'prcurve': varExpl(object, pcent = FALSE, \dots)
## S3 method for class 'cca': varExpl(object, axes = 1L, cumulative = FALSE, pcent = FALSE, \dots)
## S3 method for class 'prcurve': varExpl(object, pcent = FALSE, \dots)
"cca"
"prcurve"
cca
prcurve
varExpl()
data(abernethy) ## Remove the Depth and Age variables abernethy2 <- abernethy[, -(37:38)] ## Fit PCA aber.pca <- rda(abernethy2) ## Distance along the first PCA axis varExpl(aber.pca)
Run the code above in your browser using DataLab