View source: R/resample_class.R
resample_chart | R Documentation |
Plots the results of a resampling.
resample_chart(style = "boxplot", binwidth = 0.05, ...)
style |
The plot style. One of 'boxplot', 'violin', 'histogram', 'density' or 'scatter'. |
binwidth |
Binwidth for the "histogram" style. Ignored for all other styles. |
... |
additional slots and values passed to struct_class |
struct object
C = resample_chart(style='boxplot')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.