factorMerger
factorMerger copied to clipboard
Align plots
plot.factorMerger should have panels align by:
- x axis (GIC and tree),
- y axis (tree and response panel - if possible)
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:

AFTER:

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