powered by
This function works in similar fashion as in is.na and is.notinf.
is.na
is.notinf
is.inf(x)
A logical vector, T if the value is Inf or -Inf.
T
A numerical value or a vector of data.
Steve Su
is.na,is.notinf
is.inf(c(Inf,2,2,1,-Inf))
Run the code above in your browser using DataLab