View source: R/plot-statistics-single.R
plot_statistics | R Documentation |
Plot distribution and results of statistical tests
plot_statistics(df, plot_type = "violin", ...)
df |
A data.frame. |
plot_type |
Character value. Denotes the function to call. Must be one of 'violin', 'boxplot', 'density', 'histogram', 'ridgeplot'. |
... |
Arguments given to the called function. |
Returns a ggplot-object that can be additionally customized according to the rules of the ggplot2-framework.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.