Description Usage Arguments Value Examples
View source: R/CDFtestingSuite.R
Returns a vector of elements clamped to the specified minimum and maximum
1 | MovetoRange(val, range)
|
val |
A value to clamp. |
range |
A vector of length 2 in the form |
A single value that is either unchanged or clamped upward to minimum or clamped downward to the maximum
1 | MovetoRange(11, c(1,10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.