forked from shawntz/eyeris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
68 lines (67 loc) · 1.71 KB
/
NAMESPACE
File metadata and controls
68 lines (67 loc) · 1.71 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
S3method(plot,eyeris)
export(bidsify)
export(bin)
export(deblink)
export(detransient)
export(detrend)
export(downsample)
export(epoch)
export(eyelink_asc_binocular_demo_dataset)
export(eyelink_asc_demo_dataset)
export(eyelogger)
export(eyeris_color_palette)
export(eyeris_db_collect)
export(eyeris_db_connect)
export(eyeris_db_disconnect)
export(eyeris_db_list_tables)
export(eyeris_db_read)
export(eyeris_db_reconstruct_from_chunks)
export(eyeris_db_split_for_sharing)
export(eyeris_db_summary)
export(eyeris_db_to_chunked_files)
export(eyeris_db_to_parquet)
export(glassbox)
export(interpolate)
export(load_asc)
export(lpfilt)
export(pipeline_handler)
export(plot_binocular_correlation)
export(plot_gaze_heatmap)
export(process_chunked_query)
export(read_eyeris_parquet)
export(summarize_confounds)
export(zscore)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(rlang,":=")
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,object.size)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(withr,with_seed)