[chronojump] Updated Chronojump Scholar graph



commit 18163317a00287e85bc816301fdef6606cb5808d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Feb 24 18:31:38 2022 +0100

    Updated Chronojump Scholar graph

 r-scripts/chronojumpScholarGraph.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/r-scripts/chronojumpScholarGraph.R b/r-scripts/chronojumpScholarGraph.R
index ff14a9986..18d24418b 100644
--- a/r-scripts/chronojumpScholarGraph.R
+++ b/r-scripts/chronojumpScholarGraph.R
@@ -1,5 +1,5 @@
 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)
+results = c(1,4,2,1,0,1,2,4,10,10,24,21,44,51,69,100,153,172)
 
 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]