plot.sim_fit | R Documentation |
visualize tracks simulated from a aniMotum
model fit
## S3 method for class 'sim_fit'
plot(x, type = NULL, zoom = TRUE, ncol = 1, hires = FALSE, ortho = TRUE, ...)
x |
a |
type |
deprecated. All tracks are rendered as points. |
zoom |
logical; should map extent be defined by track extent (TRUE; default) or should global map be drawn (FALSE). |
ncol |
number of columns to arrange multiple plots |
hires |
logical; use high-resolution coastline data. Attempts to use
high-res coastline data via rnaturalearth::ne_countries with |
ortho |
logical; use an orthographic projection centered on the track starting location(s) (TRUE; default). An orthographic projection may be optimal for high latitude tracks and/or tracks that traverse long distances. If FALSE then a global Mercator projection is used. |
... |
additional arguments to be ignored |
Plots of simulated tracks.
fit <- fit_ssm(ellie, model = "crw", time.step = 24)
trs <- sim_fit(fit, what = "p", reps = 2)
plot(trs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.