plot_articles {MDPIexploreR} | R Documentation |
Plots information obtained from article_info(). For analysis purposes, Editorial and Correction type articles are ignored.
Description
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", "review" 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")
[Package MDPIexploreR version 0.3.0 Index]