Re: [R] try to generate graph for each element of my list

2011-06-25 Thread Uwe Ligges
On 24.06.2011 21:29, n.via...@libero.it wrote: Dear all, I have the following problem. I have a List of time series dataframe.I'm trying to produce specific graph for each element of my list. The code is: This is my list: Lista_import<-lapply(Lista_import, function(x){ x2<-subset(x, select=c("A

[R] try to generate graph for each element of my list

2011-06-24 Thread n.via...@libero.it
Dear all, I have the following problem. I have a List of time series dataframe.I'm trying to produce specific graph for each element of my list. The code is: This is my list: Lista_import<-lapply(Lista_import, function(x){ x2<-subset(x, select=c("ANNO","DICHIARANTE","PARTNER", "quota")) x2<-cast(x