Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getNumerics.Arguments

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 vector.

range

Two numerics for the allowed ranged. If NULL, range is not checked.

asMode

A character specifying the mode to coerce to.

disallow

A character vector specifying disallowed 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

Returns a numeric vector.

Author(s)

Henrik Bengtsson

See Also

For more information see Arguments.


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.