goldingn / pop

A Flexible Syntax for Population Dynamic Modelling :koala: :chart_with_upwards_trend:
Other
10 stars 2 forks source link

define addition for transition/transfun objects #1

Closed goldingn closed 8 years ago

goldingn commented 8 years ago

these should return a transition which contains a list (-like object) of the component transitions. The expectations of the transitions, and simulations of the transitions, can then be fully implemented later

goldingn commented 8 years ago

Given the implementation of simulation() this is no longer necessary, since the order of transitions when specifying dynamic, and sequential execution of transitions, produces the required behaviour.

Only expectations need be combined in as.matrix and that's more easily accomplished directly there. Closing this