summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/llh.R
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-20 03:53:10 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-20 03:53:10 +0000
commit4fb10dde2b81233b15d3476444d1fc7abed83c29 (patch)
tree2270955b9ea215a59483f4e1aaebdc5e96f72220 /report/pyp_clustering/llh.R
parentdc0cb4d438d17ab19829f2fa1b6f6868cb876949 (diff)
add llh figure
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@602 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'report/pyp_clustering/llh.R')
-rw-r--r--report/pyp_clustering/llh.R6
1 files changed, 6 insertions, 0 deletions
diff --git a/report/pyp_clustering/llh.R b/report/pyp_clustering/llh.R
new file mode 100644
index 00000000..907fc647
--- /dev/null
+++ b/report/pyp_clustering/llh.R
@@ -0,0 +1,6 @@
+data <- read.table("/Users/redpony/ws10smt/report/pyp_clustering/llh.dat", sep=" ", header=TRUE)
+attach(data)
+pdf("llh.pdf")
+plot(Samples,C25,type="o",pch=23,col="blue",ylab="LLH")
+lines(Samples,C10,type="o",col="red")
+dev.off()