Displaying 1 result from an estimated 1 matches for "t162".
Did you mean:
162
2012 May 03
1
Simple plot loop
...102, type="o", ann="False", ylim=c(1, 100), pch=22, lty=2, col="red")
title(main="5m and 10 m Colpophylia natans colonies 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(MONT...