Description Usage Arguments Value Examples
View source: R/survminertools.R
Creates a grid layout nrow x ncol for n items.
1 | grid_layout(n, rows = NULL, cols = NULL)
|
n |
Number of items in grid |
rows, cols |
Pass one of rows or cols, or none, in which case auto layout is used. |
A numeric vector of length 2: rows, cols
1 2 3 | grid_layout(24, cols=4)
grid_layout(24)
grid_layout(24, rows=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.