powered by
Rescales CoCA species scores to the quarter root of the eigenvalues.
rescale(object, ...)# S3 method for default rescale(object, ...)# S3 method for symcoca rescale(object, choices = NULL, display = c("species", "sites"), ...)
# S3 method for default rescale(object, ...)
# S3 method for symcoca rescale(object, choices = NULL, display = c("species", "sites"), ...)
Returns a list with one or both of the following components:
rescaled species scores for the response
rescaled species scores for the preditor
an R object. Currently only objects of class "symcoca" are supported.
"symcoca"
numeric; which axes to rescale and return.
character; which type of scores to rescale.
other arguments to be passed to rescale methods. Currently not used.
rescale
Matlab original by C.J.F. ter Braak and A.P. Schaffers. R port by Gavin L. Simpson.
Currently only implemented for objects of class "symcoca".
symcoca
od <- options(digits = 4) data(bryophyte) data(vascular) bryo.sym <- coca(bryophyte ~ ., data = vascular, method = "symmetric") rescale(bryo.sym, axes = 1:2) options(od)
Run the code above in your browser using DataLab