Print a bits vector Display the logical vector as a bit string where FALSE
is shown as 0
and TRUE
as 1
.
Source: R/bits.R
print.bits.Rd
Print a bits vector
Display the logical vector as a bit string where FALSE
is shown as 0
and
TRUE
as 1
.
Usage
# S3 method for class 'bits'
print(x, ...)
See also
Other bits:
as.character.bits()
,
bits()
,
bits2int()
,
c.bits()