-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
69 lines (60 loc) · 1.53 KB
/
_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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
url: http://www.roald-arboel.com/animovement/
home:
title: Analyse animal movement across space and time
authors:
Mikkel Roald-Arbøl:
href: https://roald-arboel.com
template:
light-switch: true
bootstrap: 5
reference:
- title: "Read"
desc: These functions are the links between R and your data.
contents:
- read_animalta
- read_bonsai
- read_deeplabcut
- read_idtracker
- read_lightningpose
- read_movement
- read_sleap
- read_trackball
- read_treadmill
- read_trex
- title: "Clean"
desc: These functions ensure that your data is ready for analysis.
contents:
- smooth_track
- clean_kinematics
- title: "Calculate"
desc: These functions are where your results begin to emerge.
contents:
- calculate_kinematics
- calculate_statistics
- title: "Helpers"
desc: These functions help you along the way
contents:
- group_every
navbar:
components:
tutorial:
text: Tutorial
menu:
- text: Read trackball data
href: articles/read-trackball.html
- text: Clean tracks
href: articles/clean-tracks.html
- text: Calculate kinematics
href: articles/calculate-kinematics.html
- text: Calculate summary statistics
href: articles/calculate-summary-statistics.html
articles:
text: Articles
menu:
- text: Mission & Scope
href: articles/mission.html
- text: Roadmaps
- text: How to contribute
structure:
left: [intro, tutorial, articles, reference, news]
right: [search, github, lightswitch]