plot_fit {bsam}R Documentation

Plot the 1-D time-series of estimated location and behavioural states

Description

Takes a fitted fit_ssm object and plots the observed (data), estimated location and behavioural states (posterior means) as 1-D time-series. Each individual dataset is plotted separately.

Usage

plot_fit(fit)

Arguments

fit

an output object from fit_ssm

Value

Observed locations are plotted as filled circles and estimated locations as blue lines with the 95% credible interval as a ribbon. Uses ggplot2 plotting functions.


[Package bsam version 1.1.3 Index]