summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/acl09-short/histogram_3.R
blob: 99e8f74ccd98a14aa357806ca4e01ab17a9d3857 (plain)
1
2
3
4
5
6
7
8
type = matrix(c(1,0,0, 0,1,0, 0,0,0), nr=3)
dimnames(type)=list(Type=c("0", "1", "2"),Constituent=c("the","cats","meow")) 

pdf('histogram_3.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))