Take two CustomLayout objects and combine by rows.
lay_bind_row(x, y, heights = c(1, 1), addmax = TRUE)
layRowBind(x, y, heights = c(1, 1), addmax = TRUE)
Arguments
- x
object of class CustomLayout.
- y
object of class CustomLayout.
- heights
a vector with relative heights used in combining
the x and y layouts.
- addmax
if true (default) the ids of the plots in the second
layout will be shifted by the number of plots in
the first layout.
Value
CustomLayout object created from combining two CustomLayout.