plot_layout {ggplot} | R Documentation |
Create grid.layout
for plot
plot_layout(gm, rows, cols, row.labels, col.labels, axes_h, axes_v, aspect_ratio)
gm |
grob matrix |
rows |
total number of rows |
cols |
total number of columns |
row.labels |
data frame of row labels |
col.labels |
data frame of column labels |
axes_h |
matrix of horizontal axis grobs |
axes_v |
matrix of vertical axis grobs |
aspect_ratio |
aspect ratio of cells (defaults to not preserved) |
Hadley Wickham <h.wickham@gmail.com>