get_counts_diff | R Documentation |
Get count matrix and difference between two cycles
get_counts_diff(x, init, inflow)
x |
transition matrix |
init |
numeric vector, same length as number of model states. Number of individuals in each model state at the beginning. |
inflow |
numeric vector, similar to |
A length 2 list of matrix : the count matrix for each cycle and the diff matrix showing the difference of counts between two cycles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.