# NOT RUN {
data(imageset1)
plot(imageset1$image_set, idx=c(1:5, 11:15), max_ncols_of_plots = 5)
# Colors can be changed as follows:
plot(imageset1$image_set, idx=c(1:5, 11:15), max_ncols_of_plots = 5) +
ggplot2::scale_fill_gradient(low="black", high="white")
# }
Run the code above in your browser using DataLab