Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Perréal
easy16S
Commits
986713c4
Commit
986713c4
authored
Jun 13, 2018
by
Midoux Cedric
Browse files
acp label
parent
eb1e7206
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.R
View file @
986713c4
...
@@ -27,7 +27,7 @@ shinyServer
...
@@ -27,7 +27,7 @@ shinyServer
options
=
list
(
options
=
list
(
dom
=
"lBtip"
,
dom
=
"lBtip"
,
pageLength
=
10
,
pageLength
=
10
,
lengthMenu
=
list
(
c
(
10
,
25
,
50
,
100
,
-1
),
list
(
'10'
,
'25'
,
'50'
,
'100'
,
'All'
)),
lengthMenu
=
list
(
c
(
10
,
25
,
50
,
100
,
-1
),
list
(
'10'
,
'25'
,
'50'
,
'100'
,
'All'
)),
buttons
=
list
(
buttons
=
list
(
'colvis'
,
'colvis'
,
list
(
list
(
...
@@ -740,6 +740,14 @@ shinyServer
...
@@ -740,6 +740,14 @@ shinyServer
selected
=
"MDS"
,
selected
=
"MDS"
,
choices
=
list
(
"DCA"
,
"CCA"
,
"RDA"
,
"CAP"
,
"DPCoA"
,
"NMDS"
,
"MDS"
,
"PCoA"
)
choices
=
list
(
"DCA"
,
"CCA"
,
"RDA"
,
"CAP"
,
"DPCoA"
,
"NMDS"
,
"MDS"
,
"PCoA"
)
),
),
selectInput
(
"acpLabel"
,
label
=
"Label :"
,
choices
=
c
(
"..."
=
0
,
sample_variables
(
data16S
())
)
),
selectInput
(
selectInput
(
"acpCol"
,
"acpCol"
,
label
=
"Couleur :"
,
label
=
"Couleur :"
,
...
@@ -776,7 +784,8 @@ shinyServer
...
@@ -776,7 +784,8 @@ shinyServer
axes
=
c
(
1
,
2
),
axes
=
c
(
1
,
2
),
color
=
checkNull
(
input
$
acpCol
),
color
=
checkNull
(
input
$
acpCol
),
replicate
=
checkNull
(
input
$
acpRep
),
replicate
=
checkNull
(
input
$
acpRep
),
shape
=
checkNull
(
input
$
acpShape
)
shape
=
checkNull
(
input
$
acpShape
),
label
=
checkNull
(
input
$
acpLabel
)
)
)
if
(
!
is.null
(
checkNull
(
input
$
acpEllipse
)))
{
if
(
!
is.null
(
checkNull
(
input
$
acpEllipse
)))
{
p
<-
p
+
stat_ellipse
(
aes_string
(
group
=
input
$
acpEllipse
))
p
<-
p
+
stat_ellipse
(
aes_string
(
group
=
input
$
acpEllipse
))
...
...
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