Merging multiple GOFs (ggplot objects) into one graph with caption added as reurned by get.caption. Any legend present in first GOF is added to the combined graph.
merge2GOF(p1, p2, byrow = TRUE)merge4GOF(p1, p2, p3, p4)
merge6GOF(p1, p2, p3, p4, p5, p6)
first ggplot object
second ggplot object
combine plots side by side (TRUE) or one above the other (FALSE)
third ggplot object
4th ggplot object
5th ggplot object
6th ggplot object