Learn R Programming

MDPIexploreR (version 0.3.0)

plot_articles: 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)

Value

A plot (class: ggplot) depicting the desired information obtained from article_info

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

Examples

Run this code
plot_articles(agriculture,"Agriculture",type="summary")

Run the code above in your browser using DataLab