Arguments$getDoubles
From R.utils v2.0.0
by Henrik Bengtsson
Coerces to a double vector and validates
Coerces to a double vector and validates.
Usage
## Static method (use this):
## Arguments$getDoubles(..., disallow=c("NA", "NaN"))## Don't use the below:
## S3 method for class 'Arguments':
getDoubles(static, ..., disallow=c("NA", "NaN"))
Arguments
- ...
- Arguments passed to @method "getNumeric".
- disallow
- Disallowed values. See @method "getNumerics" for details.
Value
See Also
For more information see Arguments
.
Community examples
Looks like there are no examples yet.