Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.fG_simfit

plot


Description

visualize tracks simulated from a foieGras model fit

Usage

## S3 method for class 'fG_simfit'
plot(x, ncol = 1, pal = "Zissou1", ...)

Arguments

x

a foieGras simulation data.frame with class fG_simfit

ncol

number of columns to arrange multiple plots

pal

hcl.colors palette to use (default: "Zissou1"; type hcl.pals() for options)

...

additional arguments to be ignored

Value

Plots of simulated tracks.

Examples

## generate a fG_ssm fit object (call is for speed only)
xs <- fit_ssm(sese2, spdf=FALSE, model = "crw", time.step=72, 
control = ssm_control(se = FALSE, verbose = 0))

trs <- simfit(xs, what = "p", reps = 1)
plot(trs, ncol = 2)

foieGras

Fit Continuous-Time State-Space and Latent Variable Models for Quality Control of Argos Satellite (and Other) Telemetry Data and for Estimating Movement Behaviour

v0.7-6
MIT + file LICENSE
Authors
Ian Jonsen [aut, cre, cph], Toby Patterson [aut, ctb]
Initial release
2021-04-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.