View source: R/conversion_methods.R
scale.eda | R Documentation |
Normalizes values of an EDA object.
## S3 method for class 'eda'
scale(x, center = TRUE, scale = TRUE, na.rm = FALSE)
x |
an EDA object, created by |
center |
see: |
scale |
see: |
na.rm |
logical, should NAs be removed prior to scaling? |
A wrapper around scale
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.