Previous changeset 35:29ec818b1c29 (2018-03-20) Next changeset 37:b7dcecf5476a (2018-04-10) |
Commit message:
Uploaded |
modified:
insect_phenology_model.R |
b |
diff -r 29ec818b1c29 -r 5097cfeedc4f insect_phenology_model.R --- a/insect_phenology_model.R Tue Mar 20 09:45:26 2018 -0400 +++ b/insect_phenology_model.R Tue Mar 20 10:09:00 2018 -0400 |
b |
@@ -368,7 +368,7 @@ title = paste(insect, ": Reps", replications, title_str, location, ": Lat", latitude, ":", start_date, "-", end_date, sep=" "); legend_text = c("P", "F1", "F2"); columns = c(1, 2, 4); - plot(days, group, main=title, type="l", ylim=c(0, maxval), axes=FALSE, lwd=2, xlab="", ylab=""); + plot(days, group, main=title, type="l", ylim=c(0, maxval), axes=FALSE, lwd=2, xlab="", ylab="", cex=3, cex.lab=3, cex.axis=3, cex.main=3); legend("topleft", legend_text, lty=c(1, 1, 1), col=columns, cex=3); lines(days, group2, lwd=2, lty=1, col=2); lines(days, group3, lwd=2, lty=1, col=4); |