summary.bexy: Summarizing a bexy object

View source: R/bexy.R

summary.bexyR Documentation

Summarizing a bexy object

Description

Summarizing a bexy object

Usage

## S3 method for class 'bexy'
summary(object, ...)

Arguments

object

A bexy object.

...

Additional parameters passed to summary 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 summary.bexy in bexy...