plot_boxplot {daltoolbox}R Documentation

plot boxplot

Description

plot boxplot

Usage

plot_boxplot(data, label_x = "", label_y = "", colors = NULL, barwith = 0.25)

Arguments

data

data.frame contain x, value, and variable

label_x

x-axis label

label_y

y-axis label

colors

color vector

barwith

width of bar

Value

ggplot graphic

Examples

grf <- plot_boxplot(iris, colors="white")
plot(grf)

[Package daltoolbox version 1.0.767 Index]