Hi,
I've read in the forum about creating a function in order to "map" plots.
For example, I wrote a basic code for plotting many graphs using a list of variables:
Here I'm plotting the list of variables containing year and vidas, using always as axis x "continent".
The issue is I don't know how to send the list gloop_simple, containing the graphs, to the Environment.
I find info about a package named ggarrange, but It seems dead.
I hope you can guide me.
Thanks for your code, mrjoh3.
Patchwork's wrap plots collapses the plots in one element.
But how can I import each element in the environment?
Should I write a loop?