Skip to content

Commit

Permalink
Update plot_scopus_comparison.R
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobernabeu committed Jul 21, 2024
1 parent 4e99e24 commit c6ae0e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plot_scopus_comparison.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ plot_scopus_comparison =
pub_count_in_lines = FALSE # include publication counts in the lines
) {

library(stringr)
library(ggplot2)
library(geomtextpath)
library(ggtext)
require(stringr)
require(ggplot2)
require(geomtextpath)
require(ggtext)

# Colour reference query in dark blue

Expand Down

0 comments on commit c6ae0e0

Please sign in to comment.