-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
93 lines (82 loc) · 2.09 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
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:
- check_na_timing
- check_na_gapsize
- check_confidence
- check_pose
- filter_by_confidence
- filter_by_speed
- smooth_movement
- clean_kinematics
- title: "Transformations"
desc: |
These functions allow you to make tranformations to your coordinate system,
such as translations, rotations or conversion to polar coordinates.
contents:
- translate_coords
- map_to_cartesian
- map_to_polar
- title: "Calculate"
desc: These functions are where your results begin to emerge.
contents:
- add_centroid
- calculate_kinematics
- calculate_statistics
- title: "Metadata"
desc: These functions allow you to interact with your metadata.
contents:
- init_metadata
- get_metadata
- set_uuid
- set_start_datetime
- 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]