Description Usage Arguments Value See Also Examples
Find finite, infinite, and NaN observation values.
1 2 3 4 5 6 7 8 | ## S3 method for class 'uts'
is.finite(x)
## S3 method for class 'uts'
is.infinite(x)
## S3 method for class 'uts'
is.nan(x)
|
x |
a |
A logical "uts"
(i.e. a "uts"
with logical
observation values), indicating which observation values are finite, infinite, or NaN
, respectively.
is.finite
, is.infinite
, is.nan
in base R.
1 2 3 4 5 6 7 8 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.