Description Usage Arguments Examples
Bound trim the sequence vector
1 | bound_trim(vector, min, max)
|
vector |
input sequence. e.g |
1 2 3 | bound_trim(1:100, 5, 95)
bound_trim(c(1, 5, 9, 10), 0, 9)
bound_trim(rnorm(100), -1.96, 1.96)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.