Commit 43bc3fbd authored by Heraut Louis's avatar Heraut Louis
Browse files

Windows maj

parent 66d60608
No related merge requests found
Showing with 6 additions and 6 deletions
+6 -6
...@@ -204,13 +204,13 @@ panels_layout = function (df_data, df_meta, layout_matrix, figdir='', filedir_op ...@@ -204,13 +204,13 @@ panels_layout = function (df_data, df_meta, layout_matrix, figdir='', filedir_op
} }
mat = matrice_panel(list_df2plot, df_meta) # mat = matrice_panel(list_df2plot, df_meta)
# Saving matrix plot # # Saving matrix plot
ggsave(plot=mat, # ggsave(plot=mat,
path=outdirTmp, # path=outdirTmp,
filename=paste('matrix', '.pdf', sep=''), # filename=paste('matrix', '.pdf', sep=''),
width=21, height=29.7, units='cm', dpi=100) # width=21, height=29.7, units='cm', dpi=100)
# PDF combine # PDF combine
pdf_combine(input=file.path(outdirTmp, list.files(outdirTmp)), pdf_combine(input=file.path(outdirTmp, list.files(outdirTmp)),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment