From 4fb10dde2b81233b15d3476444d1fc7abed83c29 Mon Sep 17 00:00:00 2001 From: redpony Date: Fri, 20 Aug 2010 03:53:10 +0000 Subject: add llh figure git-svn-id: https://ws10smt.googlecode.com/svn/trunk@602 ec762483-ff6d-05da-a07a-a48fb63a330f --- report/pyp_clustering/llh.R | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 report/pyp_clustering/llh.R (limited to 'report/pyp_clustering/llh.R') 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() -- cgit v1.2.3