graphSSM {AHMbook} | R Documentation |
Plot the results for a Gaussian state-space model
Description
Plot the observed time-series and the estimated population trajectories for a multivariate Gaussian state-space model (SSM).
Usage
graphSSM(ssm, C)
Arguments
ssm |
An object of class |
C |
The original count data: an individuals x year matrix of counts, no missing values. |
Value
No output, the function is called for plotting.
Author(s)
Marc Kéry & Andy Royle, adapted for multivariate SSMs from the SSM graphing function graph.ssm
in Chapter 5 in Kéry & Schaub (2012).
References
Kéry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology Section 1.6
Kéry, M. & Schaub, M. (2012) Bayesian population analysis using WinBUGS - a hierarchical perspective, Academic Press.
Kéry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology AHM2 - 1.6.
[Package AHMbook version 0.2.9 Index]