Displaying 1 result from an estimated 1 matches for "arahura".
Did you mean:
agrahara
2009 Apr 06
0
mtext problem - grainy and massive file size
...type="pdf", height=12, width=12)
par(bg="white", oma=c(6,6,6,6))
pairs(W$x,pch=sourcs, col=c(rep(1, nrow(A)), rep("darkcyan", nrow(T)),
rep(4, nrow(K)), rep(2, nrow(H))), cex=1.5, cex.labels=4)
mtext("Catchment",side=3, outer=T, line=4,cex=2,at=0)
mtext("Arahura",side=3,outer=T,line=4.5,col=1,cex=1.75,at=.2)
mtext("Hokitkia",side=3,outer=T,line=4.5,col=2,cex=1.75,at=.35)
mtext("Kokatahi",side=3,outer=T,line=4.5,col=4,cex=1.75,at=.5)
mtext("Toaroha",side=3,outer=T,line=4.5,col="darkcyan",cex=1.75,at=.65)
dev.off(...