search for: precicipata

Displaying 1 result from an estimated 1 matches for "precicipata".

2012 Oct 19
1
multiple graphs, lapply and different titles
I have a list of data.frames, and i want to iterate over this list and generate graphs with the same title of the data.frame. I did the graphs with: lapply(anual, function(x) plot(x[,'chuva'], type='l', xlab= 'anos', ylab = 'Precicipatação(mm)', col='red')) where anual is list of data.frames. I am plotting just the column "chuva" at each data.frame. How can i do that? -- Att, Flávio Barros [[alternative HTML version deleted]]