plot.bexy: Plotting a bexy object. To customize the plots, please call...

View source: R/bexy.R

plot.bexyR Documentation

Plotting a bexy object. To customize the plots, please call the respective plotting functions directly (e.g. plotTernary, plotCounts, plotBars...).

Description

Plotting a bexy object. To customize the plots, please call the respective plotting functions directly (e.g. plotTernary, plotCounts, plotBars...).

Usage

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

Arguments

x

A bexy object.

...

Other parameters used for plotting.

Value

No return value, called for side effects.

See Also

bexy

Examples

bex <- bexy()
plot(bex)

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

Related to plot.bexy in bexy...