limit | R Documentation |
Limit a numeric vector by lower and upper bounds
limit(x, lower = min(x), upper = max(x))
x |
A numeric vector |
lower |
A lower limit (as |
upper |
An upper limit (as |
The vector x
with lower
and upper
as the minimum, maximum
values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.