Displaying 1 result from an estimated 1 matches for "yr11_12".
Did you mean:
2011_12
2012 Jun 02
1
mtext bug
...(drive, names(xdf)[col], '.png', sep=""))
plot(coredata(yr09_10[,col]), type='l', ylim=c(ymin, ymax), col=1, lwd=2,
las=1, xlab="", ylab="",
xaxt='n', main=names(xdf)[col])
lines(coredata(yr10_11[,col]), col=2, lwd=2)
lines(coredata(yr11_12[,col]), col=3, lwd=2)
axis(1, at=c(1:365), labels=format(index(yr09_10), "%d-%b"), tck=0.01,
las=1)
legend("bottom", inset=0.02, title="Financial Years", c("09/10", "10/11",
"11/12"), col=c(1,2,3), lwd=3, horiz=TRUE, bty='n')...