summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/acl09-short/histogram_8.R
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2010-12-22 08:58:07 -0600
committerChris Dyer <cdyer@cs.cmu.edu>2010-12-22 08:58:07 -0600
commitb5ca2bd7001a385594af8dc4b9206399c679f8c5 (patch)
tree332cb09a27f783760532e688e14bde21a128bb2b /report/pyp_clustering/acl09-short/histogram_8.R
parent86805dcb8aaaa716fdc73725ad41e411be53f6a6 (diff)
remove report
Diffstat (limited to 'report/pyp_clustering/acl09-short/histogram_8.R')
-rw-r--r--report/pyp_clustering/acl09-short/histogram_8.R8
1 files changed, 0 insertions, 8 deletions
diff --git a/report/pyp_clustering/acl09-short/histogram_8.R b/report/pyp_clustering/acl09-short/histogram_8.R
deleted file mode 100644
index aa4aead9..00000000
--- a/report/pyp_clustering/acl09-short/histogram_8.R
+++ /dev/null
@@ -1,8 +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_8.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))