I have more than 10 files (in the end some hundreds...). which I generated in R in png format saved into a folder.
My question: How could I save these files into a multiplot (e.g. 4 figures on one page arranged in 2 rows and 2 columns)?
I know that this is possible to incorporate inside a plot loop by using par(mfrow=c(2,2))
but how could I do this outside just calling the files in the folder after they are generated?