Skip to content

multiple graphs, lapply and different titles

2 messages · Flavio Barros, David Winsemius

#
On Oct 19, 2012, at 12:30 PM, Flavio Barros wrote:

            
Easiest way would be to iterate over the names of the list 'anual' and then use nam as your formal argument,  pull each data.frame in from 'anual' with anual[nam] and use main=nam in the plot command.
Had you provided a self-contained example I would have offered tested code in return.