Skip to content
Prev 167204 / 398502 Next

Adressing list-elements

Thomas Schwander wrote:
I guess at least line

  Simulation<-list(input1)

can be omitted or at least replaced by some sensible list initialization?


I also guess that you intend to assign
   Simulation[[i]] <- FP
rather than
   Simulation[[i]] <- list(FP)

but untested without your data.

Uwe Ligges