goldingn / pop

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

consider adding an & operator for dynamics #2

Closed goldingn closed 8 years ago

goldingn commented 8 years ago

this would list multiple dynamics, but not combine their transitions until execution. That way a reproduction kernel and other components can be grouped together, but not compressed, enabling IPMpack-like operations.

First check that this is necessary by trying to implement deterministic analysis

goldingn commented 8 years ago

Instead enabled zoon::as.matrix.dynamic() to return the overall 'A' matrix, or the component 'P' and 'F' matrices (or the 'R' matrix)