Skip to content

Instantly share code, notes, and snippets.

@baptiste
Created November 29, 2016 20:17
Show Gist options
  • Save baptiste/a04e93cbad615b8e45fe4f824d15866f to your computer and use it in GitHub Desktop.
Save baptiste/a04e93cbad615b8e45fe4f824d15866f to your computer and use it in GitHub Desktop.
library(gridExtra)
library(grid)
grid.arrange(grobs = lapply(1:5, textGrob))
grid.arrange(grobs = lapply(1:5, textGrob), as.table=FALSE)
grid.arrange(grobs = lapply(1:5, textGrob), layout_matrix = matrix(c(1:5,NA), ncol=2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment