Skip to contents

Attach Bar Plot to Dataset

Usage

iidda_attach_bar(
  data,
  initial_ggplot_object = ggplot(),
  series_variable = NULL,
  time_unit = NULL,
  aggregated = NULL
)

Arguments

data

Data frame, probably containing an IIDDA dataset.

initial_ggplot_object

Plot object that will be used to add a bar geom.