-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 964 Bytes
/
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
Package: ag501
Title: Carstens AG501 Electromagnetic Articulograph
Version: 0.0.8
Authors@R: as.person(c(
"Patrick Reidy <[email protected]> [aut,cre]",
"William Katz <[email protected]> [dtc]",
"Evdoxia Doli <[email protected]> [dtc]"
))
Description: Read and analyze kinematic data recorded from a Carstens
AG501 electromagnetic articulograph (EMA). Metadata and positional data
(x-, y-, and z-dimensions, and rotation) recorded from EMA sensors are
structured as a nested data frame. Functions are provided for filtering
positional data (e.g., low-pass Butterworth filter) or for calculating derived
time-series (e.g., velocity or acceleration profiles from either forward or
central differencing).
Depends:
R (>= 3.3.1)
Imports:
dplyr,
lubridate,
magrittr,
methods,
purrr,
readr,
rlang,
signal,
stringi,
stringr,
tibble
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1