Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
e7e9aa43
Commit
e7e9aa43
authored
Jun 23, 2015
by
Peter van 't Hof
Browse files
Changed theme
parent
9d0abb92
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/resources/nl/lumc/sasc/biopet/extensions/rscript/plotXY.R
View file @
e7e9aa43
...
...
@@ -34,6 +34,7 @@ ggplot(DF1, aes(x = Rank, y = value, group = variable, color = variable)) +
guides
(
fill
=
guide_legend
(
title
=
arguments
$
llabel
))
+
theme
(
axis.text.x
=
element_text
(
angle
=
90
,
hjust
=
1
,
size
=
8
))
+
ggtitle
(
arguments
$
title
)
+
theme_bw
()
+
geom_line
()
dev.off
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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