[chronojump] Better title for research chronojumpScholarGraph.R



commit 9e840ab37f44868fb230e412c838b6774a3848bd
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jun 1 19:08:41 2020 +0200

    Better title for research chronojumpScholarGraph.R

 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 172ff1a6..87466798 100644
--- a/r-scripts/chronojumpScholarGraph.R
+++ b/r-scripts/chronojumpScholarGraph.R
@@ -1,5 +1,5 @@
 years = seq(from=2004, to=2019, by=1)
 results = c(1,5,2,1,0,1,1,5,10,10,22,20,44,51,70,81)
 png(filename="chronojumpScholarGraph.png", width=756, height=500, units="px")
-barplot(results, names.arg=years, las=2, main="Results of 'Chronojump' on Google Scholar by years", 
sub="Excluding cites and patents", col=rev(heat.colors(length(years))))
+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))))
 dev.off()


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