summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Nehls <nehls@mi.fu-berlin.de>2011-05-21 16:45:39 +0200
committerRobin Nehls <nehls@mi.fu-berlin.de>2011-05-21 16:45:39 +0200
commitfea56ab1c923a9f642b867470664f2bc2e855a61 (patch)
tree3a2e4c12b9b2f7a6b06bd0e0adc25d5e515b9396
parentf02ec82d1b0efbda684905a65331033d908028be (diff)
downloadmanycore-fea56ab1c923a9f642b867470664f2bc2e855a61.tar.gz
manycore-fea56ab1c923a9f642b867470664f2bc2e855a61.tar.bz2
manycore-fea56ab1c923a9f642b867470664f2bc2e855a61.zip
added my r script
-rw-r--r--plot2.r3
1 files changed, 3 insertions, 0 deletions
diff --git a/plot2.r b/plot2.r
new file mode 100644
index 0000000..2ceb5a8
--- /dev/null
+++ b/plot2.r
@@ -0,0 +1,3 @@
+png('output.png',width = 1024, height = 768, units = "px",)
+res <- read.table("output.dat",header=TRUE)
+plot(res)