# HG changeset patch # User greg # Date 1510234835 18000 # Node ID 5354a82ed295341b29496cf363e33cd097c9fabe # Parent 7fb723bc93b445a655863082eaf602ba0be21427 Uploaded diff -r 7fb723bc93b4 -r 5354a82ed295 insect_phenology_model.R --- a/insect_phenology_model.R Thu Nov 09 08:25:24 2017 -0500 +++ b/insect_phenology_model.R Thu Nov 09 08:40:35 2017 -0500 @@ -210,7 +210,7 @@ cat("(old nymph->adult): ", opt$adult_accum, "\n") # Read in the input temperature datafile into a Data Frame object. -temperature_data <= temp.data <- read.csv(file=opt$input, header=T, sep=",") +temperature_data <- read.csv(file=opt$input, header=T, sep=",") temperature_file_path <- get_temperature_file_path(opt$location, temperature_data) latitude <- temperature_data[1, 1]