isSomeInfinite | R Documentation |
Checks whether some object is infinite
isSomeInfinite(obj)
Returns TRUE if there's some object that's infinite, FALSE when all objects are finite
isSomeInfinite(1:10)
isSomeInfinite(c(1e2000, 1:1000000))
# Faster than
# isSomeInfinite(c(1:1000000, 1e2000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.