visualize simulated tracks from a sim
data.frame
# S3 method for sim
plot(x, type = 2, error = FALSE, pal = "Plasma", rev = FALSE, ...)
a aniMotum
simulation data.frame with class sim
either 1, a 1-D time-series of speed (if model is rw
or crw
specified behavioural states) or move persistence (g; if model is mp
); or
2 (default), a 2-D track with location coloured by move persistence (g; if
model = "mp")
logical, plot locations with error (TRUE) or without. Ignored in 1-D time-series plots
grDevices::hcl.colors palette to use (default: "Plasma");
see grDevices::hcl.pals()
for options
reverse direction of colour palette; logical (default = FALSE)
additional arguments to be ignored
Plots of simulated tracks. Can be rendered all on a single page (pages = 1) or on separate pages (pages = 0).