Learn R Programming

bexy (version 0.1.3)

plot.bexy: 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 bexy
plot(x, ...)

Value

No return value, called for side effects.

Arguments

x

A bexy object.

...

Other parameters used for plotting.

See Also

bexy

Examples

Run this code
bex <- bexy()
plot(bex)

Run the code above in your browser using DataLab