isEveryFinite | R Documentation |
Checks whether all objects are finite
isEveryFinite(...)
... |
objects that need testing |
Returns TRUE if all objects are finite, returns FALSE otherwise
x <- 1
y <- 2
z <- 10^(1e10)
isEveryFinite(x, y)
isEveryFinite(x, y, z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.