c.bits | R Documentation |
The result inherits arguments from the first element.
## S3 method for class 'bits'
c(...)
... |
the bits to concatenate |
Thierry Onkelinx
Other bits:
as.character.bits()
,
bits()
,
bits2int()
,
print.bits()
z <- bits(c(FALSE, TRUE))
z
c(z, z, rev(z))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.