diff options
Diffstat (limited to 'report/pyp_clustering/llh.R')
-rw-r--r-- | report/pyp_clustering/llh.R | 6 |
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() |