Displaying 1 result from an estimated 1 matches for "zinth".
Did you mean:
ninth
2010 Feb 07
4
x-axis plot problem
...,"Oct07","Nov07","Dec007")
model
par(mgp=c(2, 1, 0),bty="o" )
matplot(model, pch = c(1,22,17,16), type = "o",lty=c(2,2,2,5), col
=c("gray10"," gray10","gray10","gray10"),xlab="Month-Year",ylab="Zinth",
xaxs = "i", yaxs = "i",main="Model Output")
legend("topleft", legend = c("F", "M","P","B"),text.width =
strwidth("1,000,000,"),pch=c(1,22,17,16),col =c("gray10","
gray10","gray1...