powered by
The result inherits arguments from the first element.
# S3 method for bits c(...)
the bits to concatenate
Thierry Onkelinx
Other bits: as.character.bits(), bits(), bits2int(), print.bits()
as.character.bits()
bits()
bits2int()
print.bits()
z <- bits(c(FALSE, TRUE)) z c(z, z, rev(z))
Run the code above in your browser using DataLab