Fix cluster length slider

This commit is contained in:
Elias Projahn 2021-09-19 09:57:27 +02:00
parent 03be4bfe5d
commit 22b25c9b83
2 changed files with 3 additions and 4 deletions

5
ui.R
View file

@ -27,9 +27,8 @@ ui <- fluidPage(
"length", "length",
"Minimum cluster size", "Minimum cluster size",
min = 0, min = 0,
max = 50, max = 30,
value = c(0, 15), value = 10
step = 0.1
) )
), ),
wellPanel( wellPanel(