limitToRange | R Documentation |
limit the values in x
so that each value lies within the closed
interval [left, right]
limitToRange(x, left = .Machine$double.eps, right = 1)
x |
vector of numeric values |
left |
lower boundary |
right |
upper boundary |
limitToRange(1:20, left = 5, right = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.