-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.52 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
Package: m2b
Title: Movement to Behaviour Inference using Random Forest
Version: 1.0
Description: Prediction of behaviour from movement
characteristics using observation and random forest for the analyses of movement
data in ecology.
From movement information (speed, bearing...) the model predicts the
observed behaviour (movement, foraging...) using random forest. The
model can then extrapolate behavioural information to movement data
without direct observation of behaviours.
The specificity of this method relies on the derivation of multiple predictor variables from the
movement data over a range of temporal windows. This procedure allows to capture
as much information as possible on the changes and variations of movement and
ensures the use of the random forest algorithm to its best capacity. The method
is very generic, applicable to any set of data providing movement data together with
observation of behaviour.
VignetteBuilder: knitr
Depends:
R (>= 3.3.0)
Imports:
geosphere,
caTools,
ggplot2,
randomForest,
e1071,
caret,
methods,
graphics,
stats,
utils
Suggests:
adehabitatLT,
moveHMM,
knitr,
DiagrammeR,
rmarkdown
License: GPL-3
URL: https://github.com/ldbk/m2b
Encoding: UTF-8
LazyData: true
Date: 2017-04-03
Authors@R: c(person("Laurent","Dubroca",
email="[email protected]",
role=c("aut","cre")),
person("Andréa", "Thiebault",
role= c("aut"),
email="[email protected]"))
Maintainer: Laurent Dubroca <[email protected]>
RoxygenNote: 6.0.1