plot.matchr_image: Plot a matchr_image vector

View source: R/plot.R

plot.matchr_imageR Documentation

Plot a matchr_image vector

Description

Plot a matchr_image vector

Usage

## S3 method for class 'matchr_image'
plot(x, path = TRUE, max_plot = 12, n_rows = "auto", ...)

Arguments

x

Vector of class matchr_image

path

Logical scalar. Should the image's path be displayed above the plot (default TRUE)?

max_plot

Positive integer. The maximum number of images to plot at once.

n_rows

Either "auto" or a positive integer. The number of rows with which to plot images. If "auto", six or fewer images will be arranged in an adaptive layout which maximizes legibility, while seven or more images will always be arranged in a three-column grid.

...

Not used.


UPGo-McGill/matchr documentation built on July 19, 2023, 1:02 p.m.