changeset 75:392980f72514 draft

Uploaded
author greg
date Tue, 14 Nov 2017 14:21:25 -0500
parents 9843894544a8
children 8ca2b154e5cb
files insect_phenology_model.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/insect_phenology_model.R	Tue Nov 14 13:57:23 2017 -0500
+++ b/insect_phenology_model.R	Tue Nov 14 14:21:25 2017 -0500
@@ -33,7 +33,7 @@
         # The input data has the following 6 columns:
         # LATITUDE, LONGITUDE, DATE, DOY, TMIN, TMAX
         # Add a column containing the daylight length for each day.
-        temperature_data_frame <- add_daylight_length(latitude, temperature_data_frame, num_days)
+        temperature_data_frame <- add_daylight_length(latitude, temperature_data_frame, num_rows)
     }
     # Return the temperature_data_frame.
     temperature_data_frame