powered by
Finding missing values.
find.na( x )
a numerical vector, matrix or data.frame.
vector
matrix
data.frame
A numeric matrix with two columns.
# NOT RUN { x = c( 2.3, NA, -1.4, 0, 3.45 ) find.na( x ) # }
Run the code above in your browser using DataLab