plot.crwHMM: plot

Description Usage Arguments Examples

Description

visualise crwHMM SSM fits to track data

Usage

1
2
3
## S3 method for class 'crwHMM'
plot(x, what = c("fitted", "predicted"),
  outlier = FALSE, ...)

Arguments

x

a crwHMM fitted object

what

specify which location estimates to display on time-series plots: fitted or predicted

outlier

include all extreme outliers flagged by prefilter in plots (logical)

...

additional arguments to be ignored

Examples

1
2
3
## load example crwHMM fit object (to save time)
data(fit)
plot(fit$ssm[[1]])

bmcclintock/crwHMM documentation built on May 7, 2019, 12:51 a.m.