Re: [Rd] can a key of a list be a variable

2009-08-04 Thread Bilel MASMOUDI
Hi, I found a solution: creating lists without using keys l<<-c(l,list(x)) Many thanks, 2009/8/4 Bilel MASMOUDI > Hi, > > I search a solution to record data in dynamic structures in R. > I have an algorithm that will be executed each step and whose output is an >

[Rd] can a key of a list be a variable

2009-08-04 Thread Bilel MASMOUDI
Hi, I search a solution to record data in dynamic structures in R. I have an algorithm that will be executed each step and whose output is an array of doubles with unknown size. The solution I found is to use lists 1) I initialise my list l <- list() 2) and at a step numbered i I conacatain the