search for: legenda_paese

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

2011 Jun 24
1
try to generate graph for each element of my list
...e the following shape: $AUS $DEU and data inside...I'm not showing you the content cause I think is not relevant For the GRaph the code is c<-lapply(Lista_import,function(x){ for(i in names(Lista_import)){ legenda <- read.csv ("/home/fturrini/Tessile/01_Dati_complementari/Legenda_paese.csv",header=TRUE) leg <- data.frame(ISO3=colnames(x),inutile=1) legenda <- merge(legenda,leg, by="ISO3", all.y=TRUE) png(paste("/home/Tessile/Output/Gra/MaxM/QuoteEXperPaese_",i,".png"), width=1661,height=828) graph <-{par(bg="grey97", font=...