clamping | R Documentation |
Clamp values to a minimum and maximum value
clamping(x, min = 0, max = 1)
x |
a numeric vector |
min |
minimum value |
max |
maximum value |
a numeric vector
clamping( -5:5, min = -3, max = 3 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.