Mercurial > repos > greg > insect_phenology_model
diff insect_phenology_model.R @ 24:5354a82ed295 draft
Uploaded
author | greg |
---|---|
date | Thu, 09 Nov 2017 08:40:35 -0500 |
parents | cd4d17bf3b9e |
children | 3c06cab3db2c |
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]