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_5.R | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 report/pyp_clustering/acl09-short/histogram_5.R (limited to 'report/pyp_clustering/acl09-short/histogram_5.R') diff --git a/report/pyp_clustering/acl09-short/histogram_5.R b/report/pyp_clustering/acl09-short/histogram_5.R deleted file mode 100644 index 8b8c6c07..00000000 --- a/report/pyp_clustering/acl09-short/histogram_5.R +++ /dev/null @@ -1,8 +0,0 @@ -type = matrix(c(1,1,0, 0,1,0, 0,0,0), nr=3) -dimnames(type)=list(Type=c("0", "1", "2"),Constituent=c("the","cats","meow")) - -pdf('histogram_5.pdf', paper="special", width=18, height=10, onefile=FALSE,pointsize=40) - -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="Tables", ylim=range(0,2), col=c("black","grey","darkblue"), las=1) -axis(side=2, at=c(0,1,2)) -- cgit v1.2.3