From b5ca2bd7001a385594af8dc4b9206399c679f8c5 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Wed, 22 Dec 2010 08:58:07 -0600 Subject: remove report --- report/pyp_clustering/acl09-short/histogram_9.R | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 report/pyp_clustering/acl09-short/histogram_9.R (limited to 'report/pyp_clustering/acl09-short/histogram_9.R') diff --git a/report/pyp_clustering/acl09-short/histogram_9.R b/report/pyp_clustering/acl09-short/histogram_9.R deleted file mode 100644 index 57166634..00000000 --- a/report/pyp_clustering/acl09-short/histogram_9.R +++ /dev/null @@ -1,7 +0,0 @@ -type = matrix(c(2,0,1, 0,1,0, 1,0,0), nr=3) -dimnames(type)=list(Type=c("0", "1", "2"),Constituent=c("the","cats","meow")) - -pdf('histogram_7.pdf', paper="special", width=12, height=10, onefile=FALSE,pointsize=20) - -barplot(type, axes=FALSE, space=c(0.5,0.5,0.5,2.0,0.5,0.5,2.0,0.5,0.5), xpd=F,beside=TRUE, legend=rownames(type), ylab="Bleu", ylim=range(0,2), col=c("black","grey","darkblue"), las=1) -axis(side=2, at=c(0,1,2)) -- cgit v1.2.3