-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
36 lines (35 loc) · 863 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
36
# Generated by roxygen2: do not edit by hand
S3method(plot,eyeris)
export(bidsify)
export(deblink)
export(detransient)
export(detrend)
export(epoch)
export(eyelink_asc_demo_dataset)
export(glassbox)
export(interpolate)
export(load_asc)
export(lpfilt)
export(pipeline_handler)
export(zscore)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(rlang,":=")
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,write.csv)
importFrom(withr,with_seed)