door_norm | R Documentation |
door_norm
is used to normalize the data in values from 0 to 1.
door_norm(x)
x |
a numeric vector |
Shouwen Ma <shouwen.ma@uni-konstanz.de>
Daniel Münch <daniel.muench@uni-konstanz.de>
# create example data
x <- rnorm(10)
# run door_norm on it
door_norm(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.