summaryrefslogtreecommitdiffstats
path: root/plot2.r
diff options
context:
space:
mode:
Diffstat (limited to 'plot2.r')
-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)