-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
40 lines (34 loc) · 954 Bytes
/
_pkgdown.yml
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
url: https://docs.ropensci.org/workloopR/
destination: docs
authors:
Vikram B. Baliga:
href: https://www.vikram-baliga.com/
Shreeram Senthivasan:
href: https://www.zoology.ubc.ca/person/shreeram-senthivasan/
reference:
- title: Data import functions
desc: Import data from .ddf or other file types
contents:
- read_ddf
- read_analyze_wl
- as_muscle_stim
- title: Data transformation functions
desc: Manipulation of `muscle_stim` objects prior to analyses
contents:
- select_cycles
- invert_position
- fix_GR
- title: Analysis functions
desc: Functions for the analysis of a single `muscle_stim` object
contents:
- analyze_workloop
- isometric_timing
- trapezoidal_integration
- time_correct
- title: Batch analysis functions
desc: Functions for the analysis of multiple files or `muscle_stim` objects
contents:
- read_ddf_dir
- read_analyze_wl_dir
- get_wl_metadata
- summarize_wl_trials