abm_graph_oadata_linegraphs: Chart displaying the development of Open Access data...

abm_graph_oadata_linegraphsR Documentation

Chart displaying the development of Open Access data publications over time

Description

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

Usage

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"

Details

Rationale: https://www.perceptualedge.com/articles/visual_business_intelligence/displays_for_combining_time-series_and_part-to-whole.pdf and https://everydayanalytics.ca/2014/08/stacked-area-graphs-are-not-your-friend.html

Value

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


KTH-Library/bibliomatrix documentation built on Feb. 29, 2024, 5:54 a.m.