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

intital param values : no SE

parent 4851649f
No related branches found
No related tags found
No related merge requests found
...@@ -538,12 +538,12 @@ h4{ ...@@ -538,12 +538,12 @@ h4{
# Interval # Interval
numericInput(inputId = "fatalities_lower", numericInput(inputId = "fatalities_lower",
label = "Borne infrieure (mortalits annuelles)", label = "Borne infrieure (mortalits annuelles)",
value = 5, value = 1,
min = 0, max = Inf, step = 0.5), min = 0, max = Inf, step = 0.5),
numericInput(inputId = "fatalities_upper", numericInput(inputId = "fatalities_upper",
label = "Borne suprieure (mortalits annuelles)", label = "Borne suprieure (mortalits annuelles)",
value = 10, value = 1,
min = 0, max = Inf, step = 0.5), min = 0, max = Inf, step = 0.5),
# Values # Values
...@@ -685,7 +685,7 @@ h4{ ...@@ -685,7 +685,7 @@ h4{
numericInput(inputId = "pop_size_upper", numericInput(inputId = "pop_size_upper",
label = "Borne suprieure (taille population)", label = "Borne suprieure (taille population)",
value = 700, value = 500,
min = 0, max = Inf, step = 10), min = 0, max = Inf, step = 10),
# Values # Values
...@@ -764,7 +764,7 @@ h4{ ...@@ -764,7 +764,7 @@ h4{
numericInput(inputId = "pop_growth_upper", numericInput(inputId = "pop_growth_upper",
label = HTML("Borne suprieure<br>(taux d'accroissement en %)"), label = HTML("Borne suprieure<br>(taux d'accroissement en %)"),
value = -3, value = -2,
min = -100, max = Inf, step = 1), min = -100, max = Inf, step = 1),
## Input values: mean and se ## Input values: mean and se
...@@ -872,7 +872,7 @@ h4{ ...@@ -872,7 +872,7 @@ h4{
numericInput(inputId = "carrying_capacity_upper", numericInput(inputId = "carrying_capacity_upper",
label = "Borne suprieure (capacit de charge)", label = "Borne suprieure (capacit de charge)",
value = 1500, value = 1000,
min = 0, max = Inf, step = 100), min = 0, max = Inf, step = 100),
# Values # Values
......
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