print.bexy: Printing a bexy object

View source: R/bexy.R

print.bexyR 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)

bexy documentation built on Sept. 11, 2024, 5:50 p.m.

Related to print.bexy in bexy...