.scaleVars | R Documentation |
Scales variables/columns in init.vars
using scale(..., center = FALSE, scale = TRUE)
Variables that only have 0s, will be assigned 1e-6
.scaleVars(datatable, init.vars)
datatable |
a table object coercible to |
init.vars |
is a vector with the variable indices (column numbers) to use. Defaults to NULL and all variables are used - ATTENTION the user should not have more than 8 variables unless using an ordination to reduce dimensionality. See Blonder et al 2014. |
scaled data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.