-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
34 lines (33 loc) · 881 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
# Generated by roxygen2: do not edit by hand
S3method(summary,gazetools)
export()
export(classify)
export(distance_2_point)
export(gaze_velocity)
export(gazetools)
export(initIDs)
export(pva)
export(ruidvec)
export(sigthresh)
export(subtended_angle)
export(uidvec)
exportClasses(gazetools)
importClassesFrom(data.table,data.table)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(methods,setRefClass)
importFrom(pastecs,turnpoints)
importFrom(signal,filter)
importFrom(signal,sgolay)
importFrom(zoo,na.spline)
useDynLib(gazetools)