Mercurial > repos > greg > insect_phenology_model
changeset 78:8752f4363a85 draft
Uploaded
author | greg |
---|---|
date | Tue, 14 Nov 2017 14:37:13 -0500 |
parents | aea954380d99 |
children | 2448bca7eac6 |
files | insect_phenology_model.R |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/insect_phenology_model.R Tue Nov 14 14:34:53 2017 -0500 +++ b/insect_phenology_model.R Tue Nov 14 14:37:13 2017 -0500 @@ -201,6 +201,8 @@ return } +cat("Number of columns: ", opt$num_columns, "\n") + temperature_data_frame <- parse_input_data(opt$input, opt$num_days, opt$num_columns) print(temperature_data_frame) latitude <- temperature_data_frame[1, 1]