square_tile: Armar mosaicos cuadrados a partir de un vector de imagenes en...

View source: R/definitions_magick.R

square_tileR Documentation

Armar mosaicos cuadrados a partir de un vector de imagenes en magick de cualquier longitud

Description

Armar mosaicos cuadrados a partir de un vector de imagenes en magick de cualquier longitud

Usage

square_tile(images, nRow = NULL, nCol = NULL)

Arguments

images

A magick image vector, with images of the same size preferably.

nRow

An integer indicating number of rows. If specified, nCol must be specified too.

nCol

An integer indicating number of rows. If specified, nRow must be specified too.

Value

A single magick image of the squared tile.


gerbeldo/tidycell documentation built on Aug. 15, 2022, 2:35 p.m.