plot.bexy | R Documentation |
Plotting a bexy object. To customize the plots, please call the respective plotting functions directly (e.g. plotTernary, plotCounts, plotBars...).
## S3 method for class 'bexy'
plot(x, ...)
x |
A bexy object. |
... |
Other parameters used for plotting. |
No return value, called for side effects.
bexy
bex <- bexy()
plot(bex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.