I have many data frames which are the output of the same kind of analysis but with different parameters.
I’d like to plot the data frames with ggplot, changing the main title to specify the different parameters used.
I thought about putting the data frames into a list and using lapply. But I couldn’t figure out how to change the title accordingly in lapply.
You could try something like this,