Coerces to a numeric vector and validates.
## Static method (use this):
## Arguments$getNumerics(x, range=NULL, asMode=NULL, disallow=NULL, ..., .name=NULL)## Don't use the below:
# S3 method for Arguments
getNumerics(static, x, range=NULL, asMode=NULL, disallow=NULL, ..., .name=NULL)
Returns a numeric
A vector
.
Two numeric
s for the allowed ranged. If NULL
, range is
not checked.
A character
specifying the mode to coerce to.
A character
vector
specifying disallowed value sets,
i.e. "NA"
, "NaN"
, and/or "Inf"
.
Arguments passed to @method "getVector".
A character
string for name used in error messages.
Henrik Bengtsson
For more information see Arguments
.