Description Usage Arguments Value
This unexported helper function bounds a numeric vector on a minimum and maximum value.
1 |
x |
Numeric vector to be bounded |
min |
Minimum allowed value for vector "x"; default is |
max |
Maximum allowed value for vector "x"; default is |
Numeric vector of the same length as x with no values less than minimum nor greater than maximum.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.