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

minor cleaning

parent da02f86b
No related branches found
No related tags found
No related merge requests found
......@@ -443,15 +443,14 @@ rm(list = ls(all.names = TRUE))
tabPanel(title = "Impact population",
br(""),
numericInput(inputId = "nsim", label = "Nombre de simulations",
value = 10, min = 0, max = Inf, step = 10),
###### A DEPLACER #############
radioButtons(inputId = "fatal_constant",
label = h4("Modlisation"),
choices = c("Taux de mortalits (h) constant" = "h",
"Nombre de mortalits (M) constant" = "M")),
###############################
br(),
......@@ -473,13 +472,10 @@ rm(list = ls(all.names = TRUE))
radioButtons(inputId = "lifestyle",
h4("Mode de vie de l'espce"),
choices = c("Sdentaire", "Non-sdentaire nicheur", "Non-sdentaire hivernant", "Migrateur de passage")),
numericInput(inputId = "wind_turbines",
h4("Nombre d'oliennes"),
value = 5, min = 0, max = Inf, step = 1),
numericInput(inputId = "farm_number",
numericInput(inputId = "wind_farm_nb",
h4("Nombre de parcs"),
value = 1, min = 0, max = Inf, step = 1),
numericInput(inputId = "wind_turbines_2",
numericInput(inputId = "wind_turbine_nb",
h4("Nombre d'oliennes"),
value = 1, min = 0, max = Inf, step = 1)
......
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