-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 1.27 KB
/
Copy pathNAMESPACE
File metadata and controls
51 lines (50 loc) · 1.27 KB
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
# Generated by roxygen2: do not edit by hand
export(analyze_sampling_rate)
export(assign_aoi)
export(calculate_isc)
export(downsample_gaze)
export(extract_aois)
export(filter_sampling_rate)
export(find_location)
export(gaze_dispersion)
export(gaze_oob)
export(interpolate_gaze)
export(make_webgazer)
export(merge_webcam_files)
export(plot_IA_proportions)
export(smooth_gaze)
export(time_window_isc)
export(upsample_gaze)
import(dplyr)
import(ggplot2)
importFrom(ggokabeito,scale_color_okabe_ito)
importFrom(janitor,clean_names)
importFrom(janitor,make_clean_names)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,stream_in)
importFrom(purrr,imap)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readr,write_csv)
importFrom(readxl,read_excel)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(zoo,na.approx)
importFrom(zoo,rollapply)