Hi

How do I concatenate two lists element-by-element?

Example:

list.1 <- list(temperature=c("hot","cold") , size=c("big","medium"))
list.2 <- list(temperature=c("lukewarm")   , size=c("massive","tiny"))


list.wanted <- list(temperature=c("hot","cold","lukewarm") , size=c("big","medium","massive","tiny"))



(the lists are dimnames() of an array).


-- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre SO14 3ZH tel +44(0)23-8059-7743 [EMAIL PROTECTED] (edit in obvious way; spam precaution)

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to