summaryrefslogtreecommitdiffstats
path: root/plot.r
diff options
context:
space:
mode:
Diffstat (limited to 'plot.r')
-rw-r--r--plot.r2
1 files changed, 2 insertions, 0 deletions
diff --git a/plot.r b/plot.r
new file mode 100644
index 0000000..d997e62
--- /dev/null
+++ b/plot.r
@@ -0,0 +1,2 @@
+res <- read.table("output",header=FALSE)
+plot(res)