-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
47 lines (46 loc) · 1021 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
37
38
39
40
41
42
43
44
45
46
47
# Generated by roxygen2: do not edit by hand
export(adjust_y)
export(ascAnon)
export(cat_lines1)
export(cat_lines2)
export(cat_lines3)
export(cat_lines4)
export(edf2asc)
export(fixPlot)
export(getBGcol)
export(getLines)
export(getMargins)
export(getRegion)
export(get_start_pts)
export(get_xybounds)
export(inked)
export(makeReport)
export(mark_oob)
export(nearestPOI)
export(readELascii)
export(reg2regdef)
export(regdef2ias)
export(region2SRias)
export(reportFixations)
export(reportSaccades)
export(reportTrials)
export(trial_plots)
import(ggplot2)
import(stringr)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rasterImage)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,fivenum)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,sd)
importFrom(utils,read.csv)
importFrom(utils,sessionInfo)
importFrom(utils,write.table)