Plot method for the class 'image_set'
# S3 method for image_set
plot(x, idx = 1, obs = TRUE,
plot_style = c("ggplot2", "basic"), main, col,
max_ncols_of_plots = 4, ...)an 'image_set' object
Indices of the images in the image_set to be plotted.
Logical. TRUE, then idx is understood as an index to image_set$obs,
otherwise to image_set$sim_m.
Either "ggplot2" or "basic". (Similar to the argument in plot.global_envelope.)
The title. Default exists.
Colours to be passed to plot.im if
plot_style = "basic". A default exists.
The maximum number of columns for the figures. Default 4.
Additional parameters to be passed to plot.im.