inbounds | R Documentation |
Clip x
to the interval [l, u]
. This is useful to enforce
box constraints.
inbounds(x, l, u)
x |
Value to clip. |
l |
Lower limit. |
u |
Upper limit. |
l if x < l, u if x > u else x.
Olaf Mersmann olafm@statistik.tu-dortmund.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.