Arguments$getNumerics | R Documentation |
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 class 'Arguments'
getNumerics(static, x, range=NULL, asMode=NULL, disallow=NULL, ..., .name=NULL)
x |
A |
range |
Two |
asMode |
A |
disallow |
A |
... |
Arguments passed to @method "getVector". |
.name |
A |
Returns a numeric
vector
.
Henrik Bengtsson
For more information see Arguments
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.