This graph is an alternative or complement to the abm_graph_oadata_stackedarea graph and can return three types of results - a ggplot object, a plotly object or a ggiraph svg object

abm_graph_oadata_linegraphs(df, type = c("ggplot", "plotly", "ggiraph"))

Arguments

df

a data frame at the format produced by abm_table6()

type

the return type, one of "ggplot", "plotly" or "ggiraph"

Value

a ggplot object, ggiraph svg or plotly object as determined by type