ModelOriented / factorMerger

Set of tools to support results from post hoc testing
https://ModelOriented.github.io/factorMerger/
24 stars 5 forks source link

Align plots #37

Open durszlaczek opened 7 years ago

durszlaczek commented 7 years ago

plot.factorMerger should have panels align by:

durszlaczek commented 7 years ago

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.