rcpp_clip | R Documentation |
Clip a numeric vector Clip a numeric vector between lower and upper bounds.
rcpp_clip(x, a, b)
x |
a numeric vector. |
a |
lower bound (double). |
b |
upper bound (double). |
a numeric vector.
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.