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