View source: R/normalization.R
norm_a_b | R Documentation |
normalize a dataset with in a custom range where the lowest value is a and the highest value is b
norm_a_b(x, a, b)
x |
the value in the dataset to normalize between a and b |
a |
the lowest value of the new range |
b |
the highest value of the new range |
the normalized x values
## Not run:
norm_a_b(data$Biomass2019)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.