print.binary {rdiversity}R Documentation

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.


[Package rdiversity version 2.2.0 Index]