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
Amine GHOZLANE
shaman
Commits
b4e6129d
Commit
b4e6129d
authored
Mar 01, 2016
by
svolant
Browse files
summary plot correction
parent
5b7e8790
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui.R
View file @
b4e6129d
...
...
@@ -431,7 +431,7 @@ body <- dashboardBody(
column
(
width
=
3
,
box
(
title
=
"Select your plot"
,
width
=
NULL
,
status
=
"primary"
,
solidHeader
=
TRUE
,
collapsible
=
FALSE
,
collapsed
=
FALSE
,
selectizeInput
(
"PlotVisuSelect"
,
""
,
c
(
"Barplot"
=
"Barplot"
,
"Heatmap"
=
"Heatmap"
,
"Boxplot"
=
"Boxplot"
,
"Diversity"
=
"Diversity"
,
"Rarefaction"
=
"Rarefaction"
),
selected
=
"Barplot"
)
selectizeInput
(
"PlotVisuSelect"
,
""
,
c
(
"Barplot"
=
"Barplot"
,
"Heatmap"
=
"Heatmap"
,
"Boxplot"
=
"Boxplot"
,
"
Scatterplot"
=
"Scatterplot"
,
"
Diversity"
=
"Diversity"
,
"Rarefaction"
=
"Rarefaction"
),
selected
=
"Barplot"
)
),
...
...
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