diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-27 16:13:19 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-27 16:13:19 +0000 |
commit | fd519b0e45c857b266814994ba8c1421f508e522 (patch) | |
tree | 6d50c9b954e3c13e9df627c1ecc25c53544a5f58 /report/pyp_clustering/acl09-short/histogram_3.R | |
parent | 4c5df460c9da5c935438850ef7993463a9113286 (diff) |
preso
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@435 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'report/pyp_clustering/acl09-short/histogram_3.R')
-rw-r--r-- | report/pyp_clustering/acl09-short/histogram_3.R | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/report/pyp_clustering/acl09-short/histogram_3.R b/report/pyp_clustering/acl09-short/histogram_3.R new file mode 100644 index 00000000..99e8f74c --- /dev/null +++ b/report/pyp_clustering/acl09-short/histogram_3.R @@ -0,0 +1,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)) |