Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
531184f6
Commit
531184f6
authored
Aug 10, 2018
by
Carine Rey
Browse files
improve PR plot
parent
6c277256
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/scripts/calc_t_per_meth.R
lib/scripts/calc_t_per_meth.R
+1
-1
No files found.
lib/scripts/calc_t_per_meth.R
View file @
531184f6
...
...
@@ -325,7 +325,7 @@ plot_out = function(df_out, df_d , df_recall_sup09_per_meth, meths = NULL, suffi
plot
=
plot
+
guides
(
fill
=
FALSE
)
+
guides
(
col
=
FALSE
)
plot
=
plot
+
scale_color_manual
(
values
=
colors
)
plot
=
plot
+
geom_point
(
size
=
0.5
,
alpha
=
alpha
)
plot
=
plot
+
geom_
line
(
)
plot
=
plot
+
geom_
step
(
direction
=
"vh"
)
plot
=
plot
+
geom_hline
(
aes
(
yintercept
=
0.9
),
col
=
"black"
,
size
=
1
,
show.legend
=
NA
,
linetype
=
"dashed"
)
plot
=
plot
+
facet_grid
(
couple
~
methode
)
plot
=
plot
+
theme
(
axis.text.x
=
element_text
(
angle
=
45
,
hjust
=
1
))
...
...
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