diff mixomics_plotvar_script.R @ 1:e93350dc99f1 draft

"planemo upload for repository https://gitlab.com/bilille/galaxy-viscorvar commit 1eda261d4fe137d6e8806b0c6af7eaf12d11ac95"
author ppericard
date Thu, 15 Oct 2020 12:22:25 +0000
parents d0b77b926863
children
line wrap: on
line diff
--- a/mixomics_plotvar_script.R	Tue Jun 23 19:57:35 2020 -0400
+++ b/mixomics_plotvar_script.R	Thu Oct 15 12:22:25 2020 +0000
@@ -34,7 +34,9 @@
 
 load(args$input_rdata)
 
-pdf(args$output_pdf)
+pdf(args$output_pdf, width=8, height=7)
+mar = c(5, 5, 2, 8)
+par(mar = mar)
 
 # plotVar(mixomics_result,
 #         legend = args$legend,