powered by
Return indexes of rows with only finite values
all_finite(Y)
matrix like data object
Indexes of rows with with only finite values
# NOT RUN { X <- matrix(1,10,2) X[3,1] <- NA all_finite(X) # }
Run the code above in your browser using DataLab