plotSMC | R Documentation |
Plot the observation generated by the filtered trajectories together with the data.
plotSMC(
smc,
fitmodel,
theta,
data = NULL,
summary = TRUE,
alpha = 1,
allVars = FALSE,
plot = TRUE
)
smc |
output of |
fitmodel |
a |
theta |
named numeric vector. Values of the parameters. Names should
match |
data |
data frame. Observation times and observed data. The time column
must be named as given by |
summary |
logical. If |
alpha |
transparency of the trajectories (between 0 and 1). |
allVars |
logical, if |
plot |
if |
particleFilter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.