View source: R/baggr_compare.R
single_comp_plot | R Documentation |
baggr_compare
stylePlot single comparison ggplot in baggr_compare
style
single_comp_plot(
df,
title = "",
legend = "top",
ylab = "",
grid = F,
points = FALSE,
add_values = FALSE,
values_digits = 1,
values_size = 4
)
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 |
a ggplot2
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.