Arguments$getNumerics {R.utils} | R Documentation |
Coerces to a numeric vector and validates
Description
Coerces to a numeric vector and validates.
Usage
## Static method (use this):
## Arguments$getNumerics(x, range=NULL, asMode=NULL, disallow=NULL, ..., .name=NULL)
## Don't use the below:
## S3 method for class 'Arguments'
getNumerics(static, x, range=NULL, asMode=NULL, disallow=NULL, ..., .name=NULL)
Arguments
x |
A |
range |
Two |
asMode |
A |
disallow |
A |
... |
Arguments passed to @method "getVector". |
.name |
A |
Value
Author(s)
Henrik Bengtsson
See Also
For more information see Arguments
.
[Package R.utils version 2.13.0 Index]