find.na | R Documentation |
Finding missing values.
find.na(x)
x |
a numerical |
A numeric matrix with two columns.
Reza Mohammadi a.mohammadi@uva.nl and Kevin Burke kevin.burke@ul.ie
x = c(2.3, NA, -1.4, 0, 3.45)
find.na(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.