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
jlopez
RMosquito
Commits
ca60255f
Commit
ca60255f
authored
Jul 12, 2019
by
jlopez
Browse files
Change typo
parent
9bf349f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/menugauche.R
View file @
ca60255f
...
...
@@ -4,9 +4,9 @@ MenuGauche = sidebarMenu(id = "sidebarmenu",
sliderInput
(
"sizeMosquito"
,
"Minimum size range mosquito (secondes) :"
,
min
=
0
,
max
=
10
,
value
=
2
,
step
=
0.1
),
sliderInput
(
"timeMosquito"
,
"M
in
imum detection mosquito (secondes) :"
,
min
=
0
,
max
=
15
,
value
=
2
,
step
=
0.1
),
sliderInput
(
"timeMosquito"
,
"M
ax
imum detection mosquito (secondes) :"
,
min
=
0
,
max
=
15
,
value
=
2
,
step
=
0.1
),
sliderInput
(
"maxRangeTimeMosquito"
,
"M
ax
imum size group mosquito (secondes) :"
,
min
=
0
,
max
=
100
,
value
=
18
,
step
=
1
),
sliderInput
(
"maxRangeTimeMosquito"
,
"M
in
imum size group mosquito (secondes) :"
,
min
=
0
,
max
=
100
,
value
=
18
,
step
=
1
),
sliderInput
(
"maxDistanceMosquito"
,
"Maximum distance next mosquito (meter) :"
,
min
=
0
,
max
=
1
,
value
=
0.33
,
step
=
0.01
),
...
...
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