get_grid | R Documentation |
Return a grid of 'n' axes, 'rows' by 'cols'
get_grid(
n,
nrows = NULL,
ncols = NULL,
add_vert = 0,
figsize = NULL,
double = FALSE,
title = NULL,
return_fig = FALSE,
imsize = 3
)
n |
n |
nrows |
number of rows |
ncols |
number of columns |
add_vert |
add vertical |
figsize |
figure size |
double |
double |
title |
title |
return_fig |
return figure or not |
imsize |
image size |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.