is.na.bit | R Documentation |
Test for NA in bit and bitwhich
## S3 method for class 'bit'
is.na(x)
## S3 method for class 'bitwhich'
is.na(x)
x |
a |
vector of same type with all elements FALSE
is.na(bitwhich)
: method for is.na
from bitwhich
is.na
is.na(bit(6))
is.na(bitwhich(6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.