Displaying 1 result from an estimated 1 matches for "xhat5su".
Did you mean:
xhat5sp
2008 Feb 12
2
shaded area graph and extra plot
...;], 0 )
yy2 = c(0, indexSp[,"Xhat5Sp"]-indexSp[,"seA"], 0 )
polygon(xx, yy1, col="grey", lty=0)
polygon(xx, yy2, col="white", lty=0)
lines(x, indexSp[,"Xhat5Sp"], type="l")
axis(1)
axis(2)
par(new=T)
plot(1996:2007, c(0,0,indexSu[,"Xhat5Su"]), type="p", col=2, lwd=2,
cex=1,ann=T,axes=F)
axis(4)
#############################################