Displaying 1 result from an estimated 1 matches for "co2ppm_9".
Did you mean:
co2ppm_1
2009 Apr 10
2
Plot legend
...ppm_5$CO2_ppm,type="b",pch=16,col="dark green")
points(CO2ppm_6$CO2_ppm,type="b",pch=16,col="yellow")
points(CO2ppm_7$CO2_ppm,type="b",pch=16,col="dark blue")
points(CO2ppm_8$CO2_ppm,type="b",pch=16,col="purple")
points(CO2ppm_9$CO2_ppm,type="b",pch=16,col="dark red")
lines(sub_dlyavg_w[,1],type="l",lwd=3,col="black")
lines(sub_dlyavg_p[,1],type="l",lwd=3,col="red")
axis(1, at=1:23, labels=as.character(seq(1,23)), cex.axis=.7)
axis(2, at=-7:10, labels=as.charact...