Created
November 29, 2016 20:17
-
-
Save baptiste/a04e93cbad615b8e45fe4f824d15866f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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