Plot multiple images
plot_multi_images(list_images, par_ROWS, par_COLS, ...)
a list of images that should be visualized
an integer specifying the number of rows of the ouput plot-grid
an integer specifying the number of columns of the output plot-grid
further arguments for the 'plot_multi_images' method of the 'GaborFeatureExtract' R6 class ('OpenImageR' package)
it doesn't return an R object but it displays a list of input images
For the usage of the 'plot_multi_images()' function see the example section of the 'fastGLCM_Rcpp()' function and 'fastglcm()' R6 class