Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Perréal
easy16S
Commits
9f80df55
Commit
9f80df55
authored
Aug 23, 2018
by
mahendra-mariadassou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better color scale for quantitative variable in MDS plots
parent
e9cd5af6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
51 deletions
+51
-51
server.R
server.R
+51
-51
No files found.
server.R
View file @
9f80df55
...
...
@@ -842,7 +842,7 @@ shinyServer
axes
=
as.numeric
(
input
$
acpAxes
),
title
=
checkNull
(
input
$
acpTitle
),
color
=
checkNull
(
input
$
acpCol
),
replicate
=
checkNull
(
input
$
acpRep
),
replicate
=
if
(
is.null
(
checkNull
(
input
$
acpRep
)
))
{
NULL
}
else
{
checkNull
(
input
$
acpRep
)
}
,
shape
=
checkNull
(
input
$
acpShape
),
label
=
checkNull
(
input
$
acpLabel
)
)
...
...
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