Returns a logical vecto, TRUE if the value is Inf or -Inf.
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.inf(c(Inf,2,2,1,-Inf))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.