Displaying 1 result from an estimated 1 matches for "t250".
Did you mean:
250
2012 May 03
1
Simple plot loop
...lonies over time", ylab="% live coral / colony",
xlab="Months", col.main="black", font.main=4)
lines(MONTH,T162, 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(MONT...