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
number of rows
number of columns
add vertical
figure size
double
title
return figure or not
image size
None