Replace Progs/RNAalifold with x64 binary and add all other programs
[jabaws.git] / binaries / src / ViennaRNA / Kinfold / Laplace / to_boxplot.R
1 seq1 <- read.table("seq1.data")
2 attach(seq1)
3 postscript(file="seq1.ps",width=7.5,height=6.5,horizontal=FALSE)
4 boxplot(V2~V1)
5 dev.off()
6 quit()