-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
83 lines (82 loc) · 2.14 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(add_angle_differences,navr)
S3method(add_areas,navr)
S3method(add_distances,navr)
S3method(add_speeds,navr)
S3method(add_time_columns,navr)
S3method(add_time_diffs,navr)
S3method(add_times_since_start,navr)
S3method(filter_times,navr)
S3method(has_areas,navr)
S3method(load_position_data,navr)
S3method(pick_unreal_speeds,double)
S3method(pick_unreal_speeds,navr)
S3method(plot_path,navr)
S3method(plot_position_heatmap,navr)
S3method(plot_speed,navr)
S3method(remove_unreal_speeds,navr)
S3method(search_deliberation_stops,navr)
S3method(search_onsets,navr)
S3method(search_stops,navr)
S3method(smooth_positions,navr)
S3method(smooth_speed,navr)
export(AreaObject)
export(NavrObject)
export(add_area_boundaries)
export(add_areas)
export(add_columns_navr)
export(add_distances)
export(add_speeds)
export(add_time_columns)
export(add_time_diffs)
export(add_times_since_start)
export(angle_diff)
export(angle_from_positions)
export(angle_to_180)
export(angle_to_360)
export(angle_to_radian)
export(animate_path)
export(calculate_areas_time)
export(calculate_distances)
export(calculate_speeds)
export(euclid_distance)
export(filter_times)
export(geom_navr_area)
export(geom_navr_background)
export(geom_navr_circle)
export(geom_navr_direction)
export(geom_navr_heatmap)
export(geom_navr_limits)
export(geom_navr_obj_timeseries)
export(geom_navr_path)
export(geom_navr_path_events)
export(geom_navr_path_limits)
export(geom_navr_path_points)
export(geom_navr_path_rotation)
export(geom_navr_path_segments)
export(geom_navr_points)
export(geom_navr_timeseries)
export(geom_navr_timeseries_events)
export(geom_position_heatmap)
export(get_area_position)
export(get_area_visits)
export(has_areas)
export(is_in_area)
export(is_navr_data)
export(load_position_data)
export(pick_unreal_speeds)
export(plot_path)
export(plot_position_heatmap)
export(plot_speed)
export(prepare_navr)
export(radian_to_angle)
export(remove_unreal_speeds)
export(rolling_sum)
export(search_deliberation_stops)
export(search_onsets)
export(search_stops)
export(smooth_positions)
export(smooth_speed)
export(smooth_vector)
export(vector_from_angle)
import(gganimate)