Display score and add cut-off filter

This commit is contained in:
Elias Projahn 2021-09-30 13:25:39 +02:00
parent 91c15045cf
commit 8fc743fe10
2 changed files with 28 additions and 6 deletions

11
ui.R
View file

@ -25,7 +25,7 @@ ui <- fluidPage(
min = 0,
max = 100,
step = 1,
value = 50
value = 100
),
sliderInput(
"correlation",
@ -35,6 +35,15 @@ ui <- fluidPage(
max = 100,
step = 1,
value = 100
),
sliderInput(
"cutoff",
"Cut-off score",
post = "%",
min = 0,
max = 100,
step = 1,
value = 50
)
),
wellPanel(