factorMerger icon indicating copy to clipboard operation
factorMerger copied to clipboard

Align plots

Open durszlaczek opened this issue 8 years ago • 1 comments

plot.factorMerger should have panels align by:

  • x axis (GIC and tree),
  • y axis (tree and response panel - if possible)

durszlaczek avatar May 18 '17 22:05 durszlaczek

There is a promising function ggarrange (from the ggpubr package). https://www.r-bloggers.com/ggplot2-easy-way-to-mix-multiple-graphs-on-the-same-page/ It aligns properly the Factor Merger Tree plot and the GIC plot.

BEFORE: image

AFTER: image

Having good alignment (by y axis) between the Factor Merger Tree plot and a response plot is still tricky.

durszlaczek avatar Jul 30 '17 17:07 durszlaczek