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)
chart | Type of charts |
---|---|
title | Chart title, if TRUE will appear |
Graph chosen
if (FALSE) { epibibr_visual(chart = "line_1", title = TRUE) }