-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1 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
Package: BaBA
Type: Package
Title: Barrier Behavior Analysis (BaBA)
Version: 2.1
Authors@R: c(person("Wenjing", "Xu", role = c("aut", "cre"), email = "wenjingxu@umass.edu",
comment = c(ORCID = "0000-0001-5657-2364")),
person("Valentine", "Herrmann", role = c("aut"), email = "herrmannV@si.edu",
comment = c(ORCID = "0000-0002-4519-481X")),
person("Tim", "Fullman", role = "ctb")
)
Description: This package conducts barrier behaviour analysis (BaBA) that identifies and classifies animal movement near linear barriers (e.g. fences, roads, railroads, pipelines, rivers, etc.) into one of the following categories: Bounce, Quick Cross, Back-and-forth, Trace, Trap, Average Movement and unknown. This information can be used to examine permeabilities of barriers to animal movement.
Depends:
R (>= 2.10)
Imports:
dplyr,
magrittr,
rlang,
scales,
sf,
tidyr
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3