Skip to content
Snippets Groups Projects
Commit 3fba5967 authored by thierrychambert's avatar thierrychambert
Browse files

removed a few useless lines of comments

parent ebed7ba9
No related branches found
No related tags found
No related merge requests found
......@@ -179,16 +179,12 @@ server <- function(input, output){
param$pop_growth_mean <- round(min(1 + param$rMAX_species, input$pop_growth_mean), 2)
})
# Survival and fecundity calibration
observeEvent({
input$run
# input$species_choice
# input$pop_growth_mean
},{
## Avoid unrealistic scenarios
#param$pop_growth_mean <- min(1 + param$rMAX_species, input$pop_growth_mean)
param$vr_calibrated <- calibrate_params(
inits = init_calib(s = param$survivals, f = param$fecundities, lam0 = param$pop_growth_mean),
f = param$fecundities, s = param$survivals, lam0 = param$pop_growth_mean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment