show_images {fastai} | R Documentation |
Show_images
Description
Show all images 'ims' as subplots with 'rows' using 'titles'
Usage
show_images(
ims,
nrows = 1,
ncols = NULL,
titles = NULL,
figsize = NULL,
imsize = 3,
add_vert = 0
)
Arguments
ims |
images |
nrows |
number of rows |
ncols |
number of columns |
titles |
titles |
figsize |
figure size |
imsize |
image size |
add_vert |
add vertical |
Value
None
[Package fastai version 2.2.2 Index]