Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
56c778e5
Commit
56c778e5
authored
Oct 06, 2019
by
dmattek
Browse files
Shortened help text
parent
ebddc4e8
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/tabClHier.R
View file @
56c778e5
...
...
@@ -5,15 +5,9 @@
# This module is a tab for hierarchical clustering (base R hclust + dist)
helpText.clHier
=
c
(
alertNAsPresentDTW
=
paste0
(
"NAs present. DTW cannot calculate the distance. "
,
"NAs and missing data can be interpolated by activating the option in the left panel. "
,
"If outlier points were removed, activate \"Interpolate gaps\" or "
,
"decrease the threshold for maximum allowed gap length. "
,
"The latter will result in entire trajectories with outliers being removed."
),
alertNAsPresent
=
paste0
(
"NAs present. The selected distance measure will work with missing data, "
,
"however caution is recommended. NAs and missing data can be interpolated by activating the option in the left panel. "
,
"If outlier points were removed, activate \"Interpolate gaps\" or "
,
"decrease the threshold for maximum allowed gap length. "
,
"The latter will result in entire trajectories with outliers being removed."
))
"Consider interpolation of NAs and missing data in the left panel."
),
alertNAsPresent
=
paste0
(
"NAs present. The selected distance measure will work, "
,
"however caution is recommended. Consider interpolation of NAs and missing data the left panel."
))
# UI ----
...
...
Write
Preview
Supports
Markdown
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