NA | R Documentation |
This function indicates which elements are missing.
## S4 method for signature 'fm' is.na(x) ## S4 method for signature 'fmV' is.na(x)
x |
an FlashR vector or matrix. |
a logical FlashR vector or matrix.
mat <- fm.runif.matrix(100, 10) is.na(mat)