plot_boxplot: plot boxplot

View source: R/graphics.R

plot_boxplotR 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)

daltoolbox documentation built on May 29, 2024, 1:57 a.m.