Skip to content
Snippets Groups Projects
Commit 7d44b66c authored by CamilleFairbourn's avatar CamilleFairbourn
Browse files

further from center than

parent f70faf46
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ ui <- fluidPage(useShinyjs(),
textOutput("summary"),
fluidRow(
column(textOutput("count.samples"), width = 3),
column(selectInput("inequality", NULL, c("greater than", "less than", "further from center")), width = 3),
column(selectInput("inequality", NULL, c("greater than", "less than", "further from center than")), width = 3),
column(textInput("cutoff", NULL), width = 4),
textOutput("counts"))
)
......
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