Learn R Programming

binaryLogic (version 0.3.4)

print.binary: Print method for binary number.

Description

This method prints the binary number.

Usage

## S3 method for class 'binary':
print(x, ...)

Arguments

x
any binary number.
...
further arguments.

Value

  • Output in ones and zeros (binary vector).

See Also

summary.binary provides some additional information.