map foieGras fitted or predicted locations, with or without Argos observations, optionally apply a different projection
fmap(
x,
what = c("fitted", "predicted"),
obs = FALSE,
crs = NULL,
ext.rng = c(0.05, 0.05),
size = 1,
col = "black"
)
a foieGras fitted object
specify which location estimates to map: fitted or predicted
include Argos observations on map (logical) (logical); ignored if `obs = 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
colour of observed locations (ignored if obs = FALSE)