getNumerics.Arguments {R.utils} | R Documentation |
Coerces to a numeric vector and validates.
Arguments$getNumerics(x, range=NULL, asMode=NULL, disallow=NULL, ..., .name=NULL)
x |
A vector . |
range |
Two numeric s for the allowed ranged. If NULL , 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. |
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Arguments
.