is.na.bit: Test for NA in bit and bitwhich

View source: R/bit.R

is.na.bitR 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 bit or bitwhich vector

Value

vector of same type with all elements FALSE

Functions

  • is.na.bitwhich: method for is.na from bitwhich

See Also

is.na

Examples

is.na(bit(6))
is.na(bitwhich(6))

truecluster/bit documentation built on Nov. 20, 2022, 2:34 a.m.