Description Usage Arguments Details See Also Examples
is.inf returns a vector of the same length as the input object,
indicating which elements are infinite (not missing).
1 | is.inf(x)
|
x |
object to be tested |
This calls is.infinite.
This returns a vector of the same length as x; the jth
element is TRUE if x[j] is infinite
(i.e., equal to one of Inf or -Inf).
This will be FALSE if x is not numeric or complex.
Complex numbers are infinite if either the real and imaginary part is.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.