map foieGras fitted or predicted locations, with or without Argos observations, optionally apply a different projection
fmap(
x,
y = NULL,
what = c("fitted", "predicted"),
conf = TRUE,
obs = FALSE,
by.date = FALSE,
crs = NULL,
ext.rng = c(0.05, 0.05),
size = 0.25,
col = "black"
)
a foieGras
ssm fit object with class `fG_ssm`
optionally, a foieGras
mpm fit object with class `fG_mpm`; default is NULL
specify which location estimates to map: fitted or predicted
include confidence regions around estimated location (logigal; default = TRUE, unless y is an mpm fit object then conf is FALSE)
include Argos observations on map (logical; default = FALSE)
when mapping single tracks, should locations be coloured by date (logical; default = FALSE)
`proj4string` for re-projecting locations, if NULL the default projection ("+proj=merc") for the fitting the SSM will be used
factors to extend the plot range in x and y dimensions (can exceed 1)
size of estimated location points; optionally a vector of length 2, with size of observed locations given by 2nd value (ignored if obs = FALSE)
colour of observed locations (ignored if obs = FALSE)