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
03e8ea68
Commit
03e8ea68
authored
Oct 10, 2019
by
dmattek
Browse files
Moved UI element with interpolation
parent
b2263127
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui.R
View file @
03e8ea68
...
...
@@ -54,11 +54,6 @@ shinyUI(fluidPage(
uiOutput
(
'uiButLoadStim'
),
#tags$hr(),
checkboxInput
(
'chBtrajInter'
,
'Interpolate NAs and missing data'
,
value
=
F
),
bsAlert
(
"alertAnchorSidePanelNAsPresent"
),
bsTooltip
(
'chBtrajInter'
,
helpText.server
[[
"chBtrajInter"
]],
placement
=
"top"
,
trigger
=
"hover"
,
options
=
NULL
),
uiOutput
(
'varSelTimeFreq'
),
checkboxInput
(
'chBtrackUni'
,
'Create unique track ID'
,
F
),
bsTooltip
(
'chBtrackUni'
,
helpText.server
[[
"chBtrackUni"
]],
placement
=
"top"
,
trigger
=
"hover"
,
options
=
NULL
),
uiOutput
(
'varSelSite'
),
...
...
@@ -94,6 +89,11 @@ shinyUI(fluidPage(
bsTooltip
(
'chBtimeTrim'
,
helpText.server
[[
"chBtimeTrim"
]],
placement
=
"top"
,
trigger
=
"hover"
,
options
=
NULL
),
uiOutput
(
'uiSlTimeTrim'
),
checkboxInput
(
'chBtrajInter'
,
'Interpolate NAs and missing data'
,
value
=
F
),
bsAlert
(
"alertAnchorSidePanelNAsPresent"
),
bsTooltip
(
'chBtrajInter'
,
helpText.server
[[
"chBtrajInter"
]],
placement
=
"top"
,
trigger
=
"hover"
,
options
=
NULL
),
uiOutput
(
'varSelTimeFreq'
),
checkboxInput
(
'chBnorm'
,
'Normalization'
,
FALSE
),
bsTooltip
(
'chBnorm'
,
helpText.server
[[
"chBnorm"
]],
placement
=
"top"
,
trigger
=
"hover"
,
options
=
NULL
),
uiOutput
(
'uiChBnorm'
),
...
...
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