Mercurial > repos > greg > insect_phenology_model
changeset 24:5354a82ed295 draft
Uploaded
author | greg |
---|---|
date | Thu, 09 Nov 2017 08:40:35 -0500 |
parents | 7fb723bc93b4 |
children | 3852133fb058 |
files | insect_phenology_model.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]