fit_ctmm | R Documentation |
ctmm
Fit a continuous time movement model with ctmm
fit_ctmm(x, model, uere = NULL, ...)
x |
|
model |
|
uere |
User Equivalent Range Error, see |
... |
Additional parameters passed to |
An object of class ctmm
from the package ctmm.
C. H. Fleming, J. M. Calabrese, T. Mueller, K.A. Olson, P. Leimgruber, W. F. Fagan, “From fine-scale foraging to home ranges: A semi-variance approach to identifying movement modes across spatiotemporal scales”, The American Naturalist, 183:5, E154-E167 (2014).
data(deer)
mini_deer <- deer[1:20, ]
m1 <- fit_ctmm(mini_deer, "iid")
summary(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.