showImageList: Plot listed images at once.

Description Usage Arguments See Also

View source: R/show.R

Description

Plot listed images at once.

Usage

1
2
showImageList(lst, row_col = 3, titles = 1:length(lst),
  plot.mar = c(2, 2, 2, 1), zero.mar = F, ...)

Arguments

lst

image list.

row_col

number of images that is plot at onece. if 'row_col == 3', 9 images plot as 3 times 3 layout. if 'row_col == c(4,5)', 20 images plot as 4 times 5 layout.

titles

titles for each image. To specify nothing, set as 'NULL'.

plot.mar

margins of each images. Default is 'c(2, 2, 2, 1)', indicates top, left, bottom, right, respectively.

zero.mar

if 'T', 'plot.mar' is set as 'c(1, 0, 0, 0)'. When 'titles' is 'NULL', 'plot.mar' is set as 'c(0, 0, 0, 0)'.

...

optional argments to be passed to [plot()] function.

See Also

[showImage()]


hosscine/myimg documentation built on May 25, 2019, 6:20 p.m.