| rescale | R Documentation | 
Rescales CoCA species scores to the quarter root of the eigenvalues.
rescale(object, ...)
## Default S3 method:
rescale(object, ...)
## S3 method for class 'symcoca'
rescale(object, choices = NULL,
        display = c("species", "sites"), ...)
| object | an R object. Currently only objects of class 
 | 
| choices | numeric; which axes to rescale and return. | 
| display | character; which type of scores to rescale. | 
| ... | other arguments to be passed to  | 
Currently only implemented for objects of class "symcoca".
Returns a list with one or both of the following components:
| species | rescaled species scores for the response | 
| sites | rescaled species scores for the predictor | 
Matlab original by C.J.F. ter Braak and A.P. Schaffers. R port by Gavin L. Simpson.
symcoca
data(bryophyte)
data(vascular)
bryo.sym <- coca(bryophyte ~ ., data = vascular, method = "symmetric")
rescale(bryo.sym, axes = 1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.