its_barplot_time: generate a barplot

Description Usage Arguments Value

View source: R/plots.R

Description

generate a barplot

Usage

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
)

Arguments

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)

Value

ggplot


danmaclean/itssl documentation built on Jan. 17, 2021, 10:42 p.m.