plot.fG_simfit: plot

Description Usage Arguments Value Examples

View source: R/plot.fG_simfit.R

Description

visualize tracks simulated from a foieGras model fit

Usage

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

1
2
3
4
5
6
## 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 documentation built on April 27, 2021, 1:05 a.m.