print.bexy {bexy}R Documentation

Printing a bexy object

Description

Printing a bexy object

Usage

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

Arguments

x

A bexy object.

...

Additional parameters passed to print functions.

Value

No return value, called for side effects.

See Also

bexy

Examples

bex <- bexy()
print(bex)

[Package bexy version 0.1.2 Index]