This function makes a dot-plot and violin-plot, internal function
plot_dotviolin(
dataset,
par,
groupcol,
vary,
labelx,
maxx,
adjust,
binwidth,
fill_group = "fill_group",
font = "mono",
dots = TRUE,
violin = TRUE
)ggplot
dataframe with columns to be merged into 1
dot size
categories to group
numeric variable
x axis label
x axis maximum value
geom_violin adjust parameter
geom_dotplot binwidth parameter
2nd category with 2 options as a fill aes argument for geom_dotplot
font family
boolean include dot plot
boolean include violin plot