Description Usage Arguments Details Author(s) Examples
Returns TRUE if the value is finite or infinite, i.e., is neither missing (NA) nor not-a-number (Nan). It replicates the same behavior of the homonymous S+ function.
1 |
... |
numeric vector |
is.number is TRUE if the value is finite or infinite, i.e., is neither missing ( NA) nor not-a-number ( NaN).
Knut M. Wittkowski kmw@rockefeller.edu
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.