Displaying 1 result from an estimated 1 matches for "tessile".
Did you mean:
tesfile
2011 Jun 24
1
try to generate graph for each element of my list
...)
return(x2)})
each list have 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 &l...