scale_normal | R Documentation |
Scale values normal with boundaries zero and one
scale_normal(x)
x |
scale_normal(c(0,50,100)) # [1] 0.0 0.5 1.0 scale_normal(c(1,6,11)) # [1] 0.0 0.5 1.0 scale_normal(c(3,3,3)) # [1] 1 1 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.