Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pertz-lab
shiny-timecourse-inspector
Commits
549ba8e0
Commit
549ba8e0
authored
May 08, 2019
by
Maciej Dobrzynski
Browse files
Minor fix
parent
22d6abd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/selOutliers.R
View file @
549ba8e0
...
...
@@ -26,7 +26,7 @@ modSelOutliersUI = function(id, label = "Outlier Selection") {
column
(
2
,
radioButtons
(
ns
(
'rbOutliersType'
),
label
=
'From'
,
choices
=
c
(
'top'
=
'top'
,
'
middle
'
=
'mid'
,
'bottom'
=
'bot'
))
choices
=
c
(
'top'
=
'top'
,
'
top & bottom
'
=
'mid'
,
'bottom'
=
'bot'
))
),
column
(
3
,
sliderInput
(
ns
(
'slOutliersGapLen'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment