-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
62 lines (62 loc) · 2.08 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
Package: pathviewr
Title: Wrangle, Analyze, and Visualize Animal Movement Data
Version: 1.1.7
Authors@R:
c(person(given = "Vikram B.",
family = "Baliga",
role = c("aut", "cre"),
email = "vbaliga87@gmail.com",
comment = c(ORCID = "0000-0002-9367-8974")),
person(given = "Melissa S.",
family = "Armstrong",
role = "aut",
email = "melissa.armstrong@gmail.com",
comment = c(ORCID = "0000-0002-3059-0094")),
person(given = "Eric R.",
family = "Press",
role = "aut",
email = "epress12@gmail.com",
comment = c(ORCID = "0000-0002-1944-3755")),
person(given = "Anne-Sophie",
family = "Bonnet-Lebrun",
role = "rev"),
person(given = "Marco",
family = "Sciaini",
role = "rev")
)
Description: Tools to import, clean, and visualize movement data,
particularly from motion capture systems such as Optitrack's
'Motive', the Straw Lab's 'Flydra', or from other sources. We provide
functions to remove artifacts, standardize tunnel position and tunnel
axes, select a region of interest, isolate specific trajectories, fill
gaps in trajectory data, and calculate 3D and per-axis velocity. For
experiments of visual guidance, we also provide functions that use
subject position to estimate perception of visual stimuli.
Maintainer: Vikram B. Baliga <vbaliga87@gmail.com>
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
R.matlab,
data.table (>= 1.12.2),
magrittr (>= 1.5),
dplyr (>= 1.0.0),
stringr (>= 1.4.0),
tibble (>= 3.0.1),
tidyr (>= 1.1.0),
fANCOVA,
purrr (>= 0.3.3),
ggplot2 (>= 3.4.0),
tidyselect (>= 1.1.0),
cowplot,
lubridate
Suggests:
knitr,
rmarkdown,
testthat,
anomalize,
covr
VignetteBuilder: knitr
URL: https://github.com/ropensci/pathviewr/, https://docs.ropensci.org/pathviewr/
BugReports: https://github.com/ropensci/pathviewr/issues/