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
jlopez
mandrill
Commits
7dc2819a
Commit
7dc2819a
authored
Jul 16, 2019
by
jlopez
Browse files
Change typo options
parent
26ead946
Changes
1
Show whitespace changes
Inline
Side-by-side
shiny/R/menugauche.R
View file @
7dc2819a
...
...
@@ -12,20 +12,20 @@ MenuGauche = sidebarMenu(id = "sidebarmenu",
choices
=
list
(
"Temperature"
=
1
,
"Acceleration X"
=
2
,
"Acceleration Y"
=
3
,
"Acceleration Z"
=
4
),
selected
=
c
(
1
)),
textInput
(
"penaltyCP"
,
"Temperature penalty change point"
,
"log(n)"
),
textInput
(
"penaltyCP"
,
"Temperature penalty change point
:
"
,
"log(n)"
),
sliderInput
(
"temperatureCP"
,
"Temperature change point:"
,
sliderInput
(
"temperatureCP"
,
"Temperature change point
(Celcius)
:"
,
min
=
0
,
max
=
3
,
step
=
0.1
,
value
=
1.5
),
sliderInput
(
"sizeCP"
,
"Minimum temperature number change point:"
,
sliderInput
(
"sizeCP"
,
"Minimum temperature number change point
:"
,
min
=
0
,
max
=
20
,
step
=
1
,
value
=
5
),
textInput
(
"penaltyCPM"
,
"Mouvement penalty change point"
,
"30*log(n)"
),
textInput
(
"penaltyCPM"
,
"Mouvement penalty change point
(algo):
"
,
"30*log(n)"
),
sliderInput
(
"mouvementCP"
,
"Mouvement maximum mean:"
,
sliderInput
(
"mouvementCP"
,
"Mouvement maximum mean
:"
,
min
=
0
,
max
=
1
,
step
=
0.01
,
value
=
0.3
),
sliderInput
(
"sizeCPM"
,
"Minimum mouvement range size change point(min):"
,
sliderInput
(
"sizeCPM"
,
"Minimum mouvement range size change point
(min
ute
):"
,
min
=
0
,
max
=
120
,
step
=
1
,
value
=
30
),
actionButton
(
"runButton"
,
"Run"
),
...
...
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