Displaying 1 result from an estimated 1 matches for "t373".
Did you mean:
373
2012 May 03
1
Simple plot loop
...type="o", pch=22, lty=2, col="red")
lines(MONTH,T231, type="o", pch=22, lty=2, col="green")
lines(MONTH,T250, type="o", pch=22, lty=2, col="green")
##(many other similar lines here, with entered column headers . . . up to 75)
lines(MONTH,T373, type="o", pch=22, lty=2, col="blue")
lines(MONTH,T374, type="o", pch=22, lty=2, col="blue")
lines(MONTH,T377, type="o", pch=22, lty=2, col="blue")
# Tried to add lines another way with for i loop, but this is the part not working
for (i...