simulate animal tracks from a fG_ssm fit
simulate from the rw
or crw
process models to generate
either a set of x,y (or lon,lat) coordinates from a fG_ssm
fit with length
equal to the number of observations used in the SSM fit.
simfit( x, what = c("fitted", "predicted"), reps = 1, cpf = FALSE, sim_only = FALSE )
x |
a compound |
what |
simulate fitted (typically irregular in time) or predicted (typically regular in time) locations |
reps |
number of replicate tracks to simulate from an |
cpf |
logical; should simulated tracks return to their start point (ie. a central-place forager) |
sim_only |
logical, do not include |
fit <- fit_ssm(ellie, vmax = 4, model = "crw", time.step = 48, control = ssm_control(se = FALSE)) trs <- simfit(fit, reps = 2, what = "predicted") plot(trs)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.