image_matrix: Arrange Images in a Matrix

Description Usage Arguments

View source: R/matrix.R

Description

Arrange Images in a Matrix

Usage

1
2
image_matrix(images, nrow = NULL, ncol = NULL, byrow = FALSE,
  dimnames = NULL)

Arguments

images

object of class "magick" representing one or more images

nrow

number of rows

ncol

number of columns

byrow

logical. Shall images be arranged along rows or along columns?

dimnames

list of vectors of row and column names, respectively


hsonne/magickx documentation built on Sept. 27, 2019, 6 p.m.