Get count matrix and difference between two cycles
get_counts_diff(x, init, inflow)
A length 2 list of matrix : the count matrix for each cycle and the diff matrix showing the difference of counts between two cycles.
transition matrix
numeric vector, same length as number of model states. Number of individuals in each model state at the beginning.
numeric vector, similar to init
.
Number of new individuals in each state per cycle.