Learn R Programming

rdiversity (version 2.2.0)

print.binary: Print method for binary number.

Description

This method prints the binary number.

Usage

# S3 method for 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.