Skip to content

Commit

Permalink
Re-add forecasts for controls
Browse files Browse the repository at this point in the history
Now that the package cache is working we should have time to run
both sets of forecasts.
  • Loading branch information
ethanwhite committed Jun 21, 2017
1 parent fc9cbdc commit 8d33e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PortalForecasts.R
Expand Up @@ -226,8 +226,8 @@ colnames(zero_abund_forecast$interval) = c('lower','upper')
print("Making site level forecasts")
allforecasts=forecastall(rodent_data$all,"All",weather_data,weathermeans, forecast_date, forecast_newmoons, forecast_months, forecast_years)

#print("Making control plot forecasts")
#controlsforecasts=forecastall(rodent_data$controls,"Controls",weather_data,weathermeans, forecast_date, forecast_newmoons, forecast_months, forecast_years)
print("Making control plot forecasts")
controlsforecasts=forecastall(rodent_data$controls,"Controls",weather_data,weathermeans, forecast_date, forecast_newmoons, forecast_months, forecast_years)

######Update Website####################################################
rmarkdown::render('portal-forecast.Rmd', output_format = "html_document",
Expand Down

0 comments on commit 8d33e92

Please sign in to comment.