Skip to contents

Boxplot with ggplot2

Usage

ggplot_boxplot(x, mu0 = NULL, theme = ggplot2::theme_minimal())

Arguments

x

Numeric vector

mu0

Null hypothesis value (optional)

theme

ggplot2 theme

Value

ggplot object