check_options_continuous {MMUPHin} | R Documentation |
Utility for checking continuous options
check_options_continuous(x, x_name, range)
x |
the specified numeric value |
x_name |
name of the specified value |
range |
allowed range |
error if x
is not within range
(boundaries
excluded). Otherwise returns x
.