# NOT RUN {
## fit rw model to one seal with Argos KF data
data(ellie)
fit <- fit_ssm(ellie, model = "rw", time.step = 24)
## time series plots of predicted value fits
plot(fit, what = "predicted", type = 1)
## fit crw model to both seals, with Argos KF & LS data
data(ellies)
fits <- fit_ssm(ellies, model = "crw", time.step = 24)
## track plots of fits for both seals
plot(fits, what = "predicted", type = 2)
# }
Run the code above in your browser using DataLab