Skip to contents

Plot a boxplot using ggplot2

Usage

plot_boxplot(data, x, y, breaks, x_label, y_label)

Arguments

data

Data to plot

x

x-axis data

y

y-axis data

breaks

Break points

x_label

x-axis label

y_label

y-axis label

Value

ggplot