Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_grid

Get_grid


Description

Return a grid of 'n' axes, 'rows' by 'cols'

Usage

get_grid(
  n,
  nrows = NULL,
  ncols = NULL,
  add_vert = 0,
  figsize = NULL,
  double = FALSE,
  title = NULL,
  return_fig = FALSE,
  imsize = 3
)

Arguments

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

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.