Skip to content
Prev 240927 / 398500 Next

Creating a list to store output objects from a recursive loop

On 09.11.2010 09:51, Santosh Srinivas wrote:
Just generate a list of lists, the latter list each containing one zoo 
object and 1 data.frame.

Or use a list with dim attributes, so that it is like the matrix you 
gave below.

Uwe Ligges