Displaying 1 result from an estimated 1 matches for "abun2".
Did you mean:
abund
2012 Sep 03
1
combing list objects
...{
set <- sample(1:length(x), size = y)
x[set] <- rlnorm(length(set))
return(x)
}
abun <- mapply(fill.abun, abun, nb)
abun
## I want all the data in one list or column which I can extract to a
dataframe or matrix
## the best I have come up with is:
abun2<-c(abun[[1]],abun[[2]],abun[[3]],abun[[4]])
## but I will have a lot more data and so this is not feasible
Thanks,
Chris
--
View this message in context: http://r.789695.n4.nabble.com/combing-list-objects-tp4642071.html
Sent from the R help mailing list archive at Nabble.com.