From d8fa1f49afdc9ca3e48a0375a3573abd8dfb5aea Mon Sep 17 00:00:00 2001 From: thierrychambert <thierry.chambert@gmail.com> Date: Tue, 17 Aug 2021 14:27:19 +0200 Subject: [PATCH] minor cleaning --- inst/ShinyApp/ui.R | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/inst/ShinyApp/ui.R b/inst/ShinyApp/ui.R index 1011130..7f2ddd4 100644 --- a/inst/ShinyApp/ui.R +++ b/inst/ShinyApp/ui.R @@ -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("Mod�lisation"), choices = c("Taux de mortalit�s (h) constant" = "h", "Nombre de mortalit�s (M) constant" = "M")), - ############################### br(), @@ -473,13 +472,10 @@ rm(list = ls(all.names = TRUE)) radioButtons(inputId = "lifestyle", h4("Mode de vie de l'esp�ce"), choices = c("S�dentaire", "Non-s�dentaire nicheur", "Non-s�dentaire 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) -- GitLab