Skip to content
Prev 308474 / 398506 Next

multiple graphs, lapply and different titles

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.