plot.matchr_image | R Documentation |
Plot a matchr_image vector
## S3 method for class 'matchr_image'
plot(x, path = TRUE, max_plot = 12, n_rows = "auto", ...)
x |
Vector of class |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.