View source: R/plot_observedcounts.R
plot_observedcounts | R Documentation |
Barplot observed counts at different sites and time steps.
plot_observedcounts(migr, obs)
migr |
A migration structure. |
obs |
An observation matrix (S+2) x (H +1). |
No return value.
migr <- generate_toy_migration() traj <- generate_trajectories( migr ) obs <- generate_observedcounts( migr, traj ) plot_observedcounts( migr, obs )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.