-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2.66 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: aniMotum
Title: Fit Continuous-Time State-Space and Latent Variable Models for Quality Control of Argos Satellite (and Other) Telemetry Data and for Estimating Changes in Animal Movement
Version: 1.2-08
Date: 2025-01-13
Authors@R:
c(
person(given = "Ian",
family = "Jonsen",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "W. James",
family = "Grecian",
role = c("aut", "ctb"),
email = "[email protected]"),
person(given = "Toby",
family = "Patterson",
role = c("aut", "ctb"),
email = "[email protected]")
)
Author: Ian Jonsen [aut, cre, cph],
W. James Grecian [aut, ctb],
Toby Patterson [aut, ctb]
Maintainer: Ian Jonsen <[email protected]>
Description: Fits continuous-time random walk, correlated random walk and move persistence state-space models for location estimation and behavioural inference from animal tracking data ('Argos', processed light-level 'geolocation', 'GPS'). Template Model Builder ('TMB') is used for fast random-effects estimation. The 'Argos' data can be: (older) least squares-based locations; (newer) Kalman filter-based locations with error ellipse information; or a mixture of both. The models estimate two sets of location states corresponding to: 1) each observation, which are (usually) irregularly timed; and 2) user-specified time intervals (regular or irregular). A track re-routing function is provided to adjust location estimates for known movement barriers. Track simulation functions are provided. Latent variable models are also provided to estimate move persistence from track data not requiring state-space model filtering.
URL: https://github.com/ianjonsen/aniMotum/,
https://ianjonsen.github.io/aniMotum/
BugReports: https://github.com/ianjonsen/aniMotum/issues/
License: MIT + file LICENSE
LazyData: true
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports:
tibble (>= 2.1.3),
ggplot2 (>= 3.4.0),
TMB (>= 1.9.15),
sf (>= 1.0-14),
tidyr,
dplyr (>= 1.0.0),
patchwork,
CircStats,
mvtnorm,
tmvtnorm,
rnaturalearth,
traipse,
terra,
trip (>= 1.10.0)
LinkingTo: TMB, RcppEigen
Suggests:
testthat,
covr,
knitr,
rmarkdown,
future,
furrr,
parallelly,
ggspatial,
rosm,
rnaturalearthhires,
rnaturalearthdata,
pathroutr (>= 0.2.1)
Depends:
R (>= 4.1.0)
SystemRequirements: GDAL (>= 2.4.2), GEOS (>= 3.7.0), PROJ (>= 5.2.0), pandoc (>=2.7.3)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Remotes:
jmlondon/pathroutr,
ropensci/rnaturalearthhires