Learn R Programming

qrcode (version 0.2.2)

c.bits: Combine bits

Description

The result inherits arguments from the first element.

Usage

# S3 method for bits
c(...)

Arguments

...

the bits to concatenate

Author

Thierry Onkelinx

See Also

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

Examples

Run this code
z <- bits(c(FALSE, TRUE))
z
c(z, z, rev(z))

Run the code above in your browser using DataLab