check.numrange | R Documentation |
This function checks whether the variable is within a certain interval. If not, an error message is displayed.
check.numrange(x, name.var, left.type, left, right.type, right)
x |
The variable to be checked. |
name.var |
The name of the variable. |
left.type |
The type of the left interval ( |
left |
The value of lower bound. |
right.type |
The type of the right interval ( |
right |
the value of the upper bound. |
Nothing is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.