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.
我考虑过要将数据框放入列表并使用 lapply
。但我无法找到如何相应更改 lapply
中的标题 。