anyInfinite | R Documentation |
Supported are atomic types (see is.atomic
), lists and data frames.
anyInfinite(x)
x |
[ |
[logical(1)
] Returns TRUE
if any element is -Inf
or Inf
.
anyInfinite(1:10)
anyInfinite(c(1:10, Inf))
iris[3, 3] = Inf
anyInfinite(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.