print.bits | R Documentation |
FALSE
is shown as 0
and
TRUE
as 1
.Print a bits vector
Display the logical vector as a bit string where FALSE
is shown as 0
and
TRUE
as 1
.
## S3 method for class 'bits'
print(x, ...)
x |
the object to print |
... |
currently ignored |
Thierry Onkelinx
Other bits:
as.character.bits()
,
bits()
,
bits2int()
,
c.bits()
z <- bits(c(FALSE, TRUE))
print(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.