print.bits: Print a bits vector Display the logical vector as a bit...

View source: R/bits.R

print.bitsR Documentation

Print a bits vector Display the logical vector as a bit string where FALSE is shown as 0 and TRUE as 1.

Description

Print a bits vector Display the logical vector as a bit string where FALSE is shown as 0 and TRUE as 1.

Usage

## S3 method for class 'bits'
print(x, ...)

Arguments

x

the object to print

...

currently ignored

Author(s)

Thierry Onkelinx

See Also

Other bits: as.character.bits(), bits2int(), bits(), c.bits()

Examples

z <- bits(c(FALSE, TRUE))
print(z)

qrcode documentation built on Nov. 11, 2023, 5:07 p.m.