print.bit {bit} | R Documentation |
Print method for bit
Description
Print method for bit
Usage
## S3 method for class 'bit'
print(x, ...)
Arguments
x |
a bit vector |
... |
passed to print |
Value
a character vector showing first and last elements of the bit vector
Examples
print(bit(120))
[Package bit version 4.0.5 Index]