is.na.bit {bit} | R Documentation |
Test for NA in bit and bitwhich
Description
Test for NA in bit and bitwhich
Usage
## S3 method for class 'bit'
is.na(x)
## S3 method for class 'bitwhich'
is.na(x)
Arguments
x |
a |
Value
vector of same type with all elements FALSE
Functions
-
is.na(bitwhich)
: method foris.na()
frombitwhich()
See Also
Examples
is.na(bit(6))
is.na(bitwhich(6))
[Package bit version 4.6.0 Index]