Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESB
ONT_pilot_gitlab
Commits
a860acc0
Commit
a860acc0
authored
Mar 25, 2021
by
Valentina Galata
Browse files
figures: diff layout for rgi figs
parent
95485d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_figures/scripts/fig_rgi.R
View file @
a860acc0
...
...
@@ -60,14 +60,14 @@ for(sname in names(TABS)){
}
# combine plots
FIGS_ALL_c
<-
Reduce
(
"+"
,
FIGS_c
)
+
plot_layout
(
ncol
=
2
)
FIGS_ALL_o
<-
Reduce
(
"+"
,
FIGS_o
)
+
plot_layout
(
ncol
=
2
)
FIGS_ALL_c
<-
Reduce
(
"+"
,
FIGS_c
)
+
plot_layout
(
ncol
=
3
)
FIGS_ALL_o
<-
Reduce
(
"+"
,
FIGS_o
)
+
plot_layout
(
ncol
=
3
)
# PDF
pdf
(
snakemake
@
output
$
pdf_c
,
width
=
2
0
,
height
=
14
)
pdf
(
snakemake
@
output
$
pdf_c
,
width
=
3
0
,
height
=
7
)
print
(
FIGS_ALL_c
)
dev.off
()
pdf
(
snakemake
@
output
$
pdf_o
,
width
=
2
0
,
height
=
14
)
pdf
(
snakemake
@
output
$
pdf_o
,
width
=
3
0
,
height
=
7
)
print
(
FIGS_ALL_o
)
dev.off
()
\ No newline at end of file
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