Dear Javier, > sublists, to be passed to a function, sintaxis like this won't work: > >> sublist <- main.lst[[1:4]] are you looking for: sublist <- main.lst[1:4]
HTH Claudia ______________________________________________ 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.