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

plot.fG_sim

plot


Description

visualize simulated tracks from a fG_sim data.frame

Usage

## S3 method for class 'fG_sim'
plot(x, error = FALSE, pal = "Zissou1", rev = FALSE, col = TRUE, ...)

Arguments

x

a foieGras simulation data.frame with class fG_sim

error

logical, plot locations with error (TRUE) or without. Ignored in 1-D time-series plots

pal

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

rev

reverse direction of colour palette; logical (default = FALSE)

col

colour data points by speed; logical (default = TRUE)

...

additional arguments to be ignored

Value

Plots of simulated tracks. Can be rendered all on a single page (pages = 1) or on separate pages (pages = 0).

Examples

tr <- sim(N=100, model = "crw")
plot(tr, error = TRUE)

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.