[ top | up ]

Which Elements are Finite?

Syntax

is.finite(x)

Description

is.finite returns a vector of the same length as x the jth element of which is TRUE if the jth element of x is finite.

At present, IEEE arithmetic is not supported and this is simply the same as !is.na(x).