na | R Documentation |
NA utilities.
## S4 method for signature 'float32'
is.na(x)
## S4 method for signature 'float32'
na.omit(object, ...)
## S4 method for signature 'float32'
na.exclude(object, ...)
x , object |
A float vector/matrix. |
... |
Ignored. |
library(float)
s = flrunif(10, 3)
is.na(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.