a<- list(a=c(0.00,0.00),b=c(2,2,2),c=c(3,3,3)) t<-NULL m<-1 for( i in a) {t<-c(t,paste("Event",m),i);m<-m+1}
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.