plot.fG_sim: plot

Description Usage Arguments Value Examples

View source: R/plot.fG_sim.R

Description

visualize simulated tracks from a fG_sim data.frame

Usage

1
2
## 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

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

foieGras documentation built on April 27, 2021, 1:05 a.m.