| screeplot.symcoca | R Documentation | 
Produces a screeplot of the eigenvalues of a symmetric co-correspondence analysis.
## S3 method for class 'symcoca'
screeplot(x, type = "b",
    xlab = NULL, ylab = NULL,
    ...)
| x |  an object of class  | 
| type |  the type of points to draw; see  | 
| xlab,ylab | labels for the x and y axes. If none supplied suitable labels are formed from the result object. | 
| ... | other graphical parameters as in 'par' may also be passed as arguments. | 
Gavin L. Simpson.
coca, screeplot, plot.default
## symmetric CoCA
data(beetles)
data(plants)
## log transform the bettle data
beetles <- log(beetles + 1)
## fit the model
bp.sym <- coca(beetles ~ ., data = plants, method = "symmetric")
## draw a screeplot of the eignevalues
screeplot(bp.sym)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.