Plots information obtained from article_info. For analysis purposes, Editorial and Correction type articles are ignored.
Usage
plot_articles(articles_info, journal, type)
Arguments
- articles_info
Output dataframe from function articles_info.
- journal
A string with the name of the journal for graph title purposes
- type
select "summary","issues", "tat" or "type" depending on desired graph
Value
A plot (class: ggplot
) depicting the desired information obtained from article_info
Examples
plot_articles(agriculture,"Agriculture",type="summary")
#> Warning: Removed 5 rows containing missing values or values outside the scale range
#> (`geom_point()`).