On 14.05.2011 13:28, Alaios wrote:
Dear all,
so far when I want to create a struct with a substructs I create.
Lists with sublists by using functions and replicate.
This will end up in to a struct that is addressed like that
for (i in c(1:100){
for (j in c(1:100){
Mystruct[[1]][[2
Dear all,
so far when I want to create a struct with a substructs I create.
Lists with sublists by using functions and replicate.
This will end up in to a struct that is addressed like that
for (i in c(1:100){
for (j in c(1:100){
Mystruct[[1]][[2]][[1]][[i]][[k]]<-dosomething()
}
}
I
2 matches
Mail list logo