single_comp_plot {baggr} | R Documentation |
Plot single comparison ggplot in baggr_compare
style
Description
Plot single comparison ggplot in baggr_compare
style
Usage
single_comp_plot(
df,
title = "",
legend = "top",
ylab = "",
grid = F,
points = FALSE,
add_values = FALSE,
values_digits = 1,
values_size = 4
)
Arguments
df |
data.frame with columns |
title |
|
legend |
|
ylab |
Y axis label |
grid |
logical; if |
points |
you can optionally specify a ( |
add_values |
logical; if |
values_digits |
number of significant digits to use when printing values, |
values_size |
size of font for the values, if |
Value
a ggplot2
object
[Package baggr version 0.7.8 Index]