getNumerics.Arguments
From R.utils v1.6.1
by Henrik Bengtsson
Coerces to a numeric vector and validates
Coerces to a numeric vector and validates.
Usage
Arguments$getNumerics(x, range=NULL, asMode=NULL, disallow=NULL, ..., .name=NULL)
Arguments
- x
- A
vector
. - range
- Two
numeric
s for the allowed ranged. IfNULL
, range is not checked. - asMode
- A
character
specifying the mode to coerce to. - disallow
- A
character
vector
specifying diallowed value sets, i.e."NA"
,"NaN"
, and/or"Inf"
. - ...
- Arguments passed to @method "getVector".
- .name
- A
character
string for name used in error messages.
Value
synopsis
getNumerics.Arguments(static, x, range=NULL, asMode=NULL, disallow=NULL, ..., .name=NULL)
See Also
For more information see Arguments
.
Community examples
Looks like there are no examples yet.