[chronojump] Added chronojumpScholarGraph.R



commit 15dad8cd5e58a6db3b87c09143fd160117090e0d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Jan 30 18:17:08 2020 +0100

    Added chronojumpScholarGraph.R

 r-scripts/chronojumpScholarGraph.R | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/r-scripts/chronojumpScholarGraph.R b/r-scripts/chronojumpScholarGraph.R
new file mode 100644
index 00000000..172ff1a6
--- /dev/null
+++ b/r-scripts/chronojumpScholarGraph.R
@@ -0,0 +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))))
+dev.off()


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