[R] Creat a new list with names of other list

ali_protocol mohammadianalimohammadian at gmail.com
Thu Mar 15 09:44:10 CET 2012


Hi all,

I want to create a new list with names of another list. Eeach sublist from
both lists is a matrix, but the matrices with the same name (eg.  list.1
[[1]] and list.2 [[1]]) have different dimensions. How can I create the 2nd
list?
 
tSE = list ()
Norm <- names(Normal)
names(tSE) <- Norm 


does not do it.


--
View this message in context: http://r.789695.n4.nabble.com/Creat-a-new-list-with-names-of-other-list-tp4474250p4474250.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list