plot.bexy {bexy} | R 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
Examples
bex <- bexy()
plot(bex)
[Package bexy version 0.1.3 Index]