[chronojump] Updated chronojumpScholarGraph.R



commit 9a7a36293bfd991547262de3b817e86c9607bb13
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jan 18 13:33:43 2022 +0100

    Updated chronojumpScholarGraph.R

 r-scripts/chronojumpScholarGraph.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/r-scripts/chronojumpScholarGraph.R b/r-scripts/chronojumpScholarGraph.R
index 1a84e109a..ff14a9986 100644
--- a/r-scripts/chronojumpScholarGraph.R
+++ b/r-scripts/chronojumpScholarGraph.R
@@ -1,5 +1,5 @@
-years = seq(from=2004, to=2020, by=1)
-results = c(1,4,2,1,0,1,2,4,10,10,24,21,44,51,69,100,153) #2021: 31 at March 25
+years = seq(from=2004, to=2021, by=1)
+results = c(1,4,2,1,0,1,2,4,10,10,24,21,44,51,69,100,153,167)
 
 png(filename="chronojumpScholarGraph.png", width=756, height=500, units="px")
 bp = barplot(results, names.arg=years, las=2, main="New results of 'Chronojump' on Google Scholar by years", 
sub="Excluding cites and patents", col=rev(heat.colors(length(years))))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]