Description Usage Arguments Value
generate a barplot
1 2 3 4 5 6 7 8 | its_barplot_time(
df,
names_to = "group",
values_to = "value",
colour = "dodgerblue",
join_tops = FALSE,
points = FALSE
)
|
names_to |
what to call the variable containing the variable names |
values_to |
what to call the variable containing the values |
colour |
colour of the bars |
join_tops |
add a line joining the tops of bars |
points |
show individual points (geom_jitter) |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.