WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / Kinfold / Laplace / to_boxplot.R
diff --git a/binaries/src/ViennaRNA/Kinfold/Laplace/to_boxplot.R b/binaries/src/ViennaRNA/Kinfold/Laplace/to_boxplot.R
new file mode 100644 (file)
index 0000000..ed6b9d2
--- /dev/null
@@ -0,0 +1,6 @@
+seq1 <- read.table("seq1.data")
+attach(seq1)
+postscript(file="seq1.ps",width=7.5,height=6.5,horizontal=FALSE)
+boxplot(V2~V1)
+dev.off()
+quit()