This function allows you to create visuals from the preset options : line chart on number of articles, bar chart on most productive authors or bar chart on most productive countries.

epibibr_visual(chart = "line_1", title = TRUE)

Arguments

chart

Type of charts

title

Chart title, if TRUE will appear

Value

Graph chosen

Examples

if (FALSE) { epibibr_visual(chart = "line_1", title = TRUE) }