search for: 6many

Displaying 1 result from an estimated 1 matches for "6many".

Did you mean: many
2013 Jan 11
3
Access comonents in lists of lists
...ub-lists?An example:lst <- list(rep(list(1:3),3), rep(list(4:6),3))> lst[[1]][[1]][[1]][1] 1 2 3[[1]][[2]][1] 1 2 3[[1]][[3]][1] 1 2 3[[2]][[2]][[1]][1] 4 5 6[[2]][[2]][1] 4 5 6[[2]][[3]][1] 4 5 6What I want to get are all second sub-lists, in this case:[[1]][[2]][1] 1 2 3and[[2]][[2]][1] 4 5 6many thanksBjörn -- View this message in context: http://r.789695.n4.nabble.com/Access-comonents-in-lists-of-lists-tp4655224.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]