| feasible | R Documentation |
Returns if a given value meets a given feasibility condition. The feasibility condition is specified by a feasibility range and a set of non-feasible values.
feasible(v, range = NULL, excludes = NULL)
v |
A numeric or a vector of numerics or integers |
range |
Vector of two numerics containing the lower and upper bounds of the feasibility range.
If |
exclude |
Vector of numerics containing non-feasible values
If |
Logical TRUE if the given value is not missing, within the given range and not in exclude,
FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.