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