Map individual flight trajectories and model uncertainty.
mapTrack(fit, id = NULL, nsim = 50, lwd = 2, alpha = 0.1)
Arguments
- fit
An object of class movetrack
.
- id
The individuals to plot. Defaults to NULL
which plots all
individuals.
- nsim
The number of posterior draws to plot. Defaults to 50
.
- lwd
The line width for the mean trajectory. Defaults to 2
.
- alpha
The alpha value for the posterior draws. Defaults to 0.1
.
Value
Returns an overview map with the mean trajectories and nsim
posterior draws
per individual.
Examples
if (FALSE) { # \dontrun{
mapTrack(fit)
mapTrack(fit, nsim = 100, alpha = 0.05)
} # }