-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
77 lines (77 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
reference:
- title: Objects
desc: Definitions of objects
contents:
- '`NavrObject`'
- '`load_position_data`'
- '`is_navr_data`'
- title: Preprocessing
desc: Function to preprocess navr object. Adding time and angle columns, smoothing speeds etc.
contents:
- '`prepare_navr`'
- '`add_area_boundaries`'
- '`pick_unreal_speeds`'
- '`remove_unreal_speeds.navr`'
- '`remove_unreal_speeds`'
- '`smooth_positions.navr`'
- '`smooth_positions`'
- '`smooth_speed.navr`'
- '`smooth_speed`'
- title: Getters
desc: Function to access navr object
contents:
- '`filter_times`'
- title: Analysis
desc: Function to closer investigate the navigation behaviour
contents:
- '`search_onsets.navr`'
- '`search_onsets`'
- '`search_stops.navr`'
- '`search_stops`'
- '`search_deliberation_stops`'
- '`search_deliberation_stops.navr`'
- title: Visualising Navr
desc: Wrappers around general visualising fuctions which take navr object as an input
contents:
- '`plot_path.navr`'
- '`plot_path`'
- '`plot_position_heatmap.navr`'
- '`plot_position_heatmap`'
- '`plot_speed.navr`'
- '`plot_speed`'
- title: Plot elements
desc: Custom ggplot elemtns to build entire navigation charts
contents:
- '`animate_path`'
- '`create_minimal_plot`'
- '`create_void_plot`'
- '`geom_navr_background`'
- '`geom_navr_circle`'
- '`geom_navr_direction`'
- '`geom_navr_heatmap`'
- '`geom_navr_limits`'
- '`geom_navr_obj_timeseries`'
- '`geom_navr_path`'
- '`geom_navr_path_events`'
- '`geom_navr_path_rotation`'
- '`geom_navr_path_limits`'
- '`geom_navr_points`'
- '`geom_navr_timeseries`'
- '`geom_navr_timeseries_events`'
- '`geom_position_heatmap`'
- title: Helper functions
desc: Helper function, such as `rolling_sum`, `euclid_distnace` etc.
contents:
- '`vector_from_angle`'
- '`smooth_vector`'
- '`angle_from_positions`'
- '`angle_diff`'
- '`angle_to_180`'
- '`angle_to_360`'
- '`angle_to_radian`'
- '`calculate_distances`'
- '`calculate_speeds`'
- '`euclid_distance`'
- '`euclid_distance_between_rows`'
- '`rolling_sum`'
- '`radian_to_angle`'