What is is.infinite() Function in R
The is.infinite() function checks each element of a vector or an R object contains infinity. If an element is infinite, the corresponding element in the output vector is TRUE. Otherwise, FALSE. By default, it handles atomic vectors, but it can also handle other data types. In R, there are two types of infinity: Inf (positive … Read more