plot_statistics: Plot distribution and results of statistical tests

View source: R/plot-statistics-single.R

plot_statisticsR Documentation

Plot distribution and results of statistical tests

Description

Plot distribution and results of statistical tests

Usage

plot_statistics(df, plot_type = "violin", ...)

Arguments

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.

Value

Returns a ggplot-object that can be additionally customized according to the rules of the ggplot2-framework.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.