-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 912 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(change_resolution,data.frame)
S3method(change_resolution,eyer)
S3method(downsample,data.frame)
S3method(downsample,eyer)
S3method(filter_times,eyer)
S3method(plot_fixations,eyer)
S3method(plot_gaze,eyer)
S3method(plot_gaze_heatmap,eyer)
S3method(remove_out_of_bounds,data.frame)
S3method(remove_out_of_bounds,eyer)
export(AreaObject)
export(EyerObject)
export(add_area_column)
export(analyse_fixation_areas)
export(analyse_gaze_areas)
export(change_resolution)
export(downsample)
export(filter_times)
export(flip_axis)
export(geom_area_boundaries)
export(geom_eyer_monitor)
export(geom_monitor_boundaries)
export(is.eyer)
export(is_valid_eyer)
export(load_eyer_data)
export(mark_eye_data)
export(plot_eye_heatmap)
export(plot_fixations)
export(plot_gaze)
export(plot_gaze_heatmap)
export(recalibrate_eye_data)
export(remove_out_of_bounds)
export(save_eyer)