Skip to contents

The result inherits arguments from the first element.

Usage

# S3 method for class 'bits'
c(...)

Arguments

...

the bits to concatenate

See also

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

Author

Thierry Onkelinx

Examples

z <- bits(c(FALSE, TRUE))
z
#> 01
c(z, z, rev(z))
#> 010110