barplot: Create a formatted bar plot

Description Usage Arguments Value

View source: R/bar-plot.R

Description

Creates a bar plot that is formatted for uniformity across output types

Usage

1
barplot(df, x = "dates", y = "value", fill = "variable", ...)

Arguments

df

a data.frame() likely created using a tibble from either get_data() or join_sheets() that is then passed to reshape2::melt(id.vars = "dates")

x

a character indicating the x axis value

y

a character indicating the y axis value

fill

a character indicating the fill color

...

dots, dots, dots

Value

a ggplot2 object


davidallen02/pamngr documentation built on Sept. 2, 2021, 3:29 a.m.