is.inf | R Documentation |
This function works in similar fashion as in is.na
and
is.notinf
.
is.inf(x)
x |
A numerical value or a vector of data. |
A logical vector, T
if the value is Inf or -Inf.
In the presence of missing value, the function will return a missing value.
Steve Su
is.na
,is.notinf
is.inf(c(Inf,2,2,1,-Inf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.