From fea56ab1c923a9f642b867470664f2bc2e855a61 Mon Sep 17 00:00:00 2001 From: Robin Nehls Date: Sat, 21 May 2011 16:45:39 +0200 Subject: added my r script --- plot2.r | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plot2.r 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) -- cgit v1.2.3-1-g7c22