Displaying 1 result from an estimated 1 matches for "sep07".
Did you mean:
sep04
2010 Feb 07
4
x-axis plot problem
...49,15.03,15.19,15.32,15.42,15.45)
B<-c(16.24,15.87,12.94,11.82,10.86,9.61)
time<-c("Jul/07","Aug/07","Sep/07","Oct/07","Nov/07","Dec/07")
model<-data.frame(F,M,P,B)
row.names(model)<-c("Jul07","Aug07","Sep07","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=...