search for: yr10_11

Displaying 1 result from an estimated 1 matches for "yr10_11".

Did you mean: r10_11
2012 Jun 02
1
mtext bug
...) - 20 ymax = max(xdf[,col]) + 20 png(paste(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=...