-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.15 KB
/
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
48
49
50
51
# Generated by roxygen2: do not edit by hand
export(AOI_seq)
export(AOI_time)
export(AOI_time_binned)
export(combine_eyes)
export(compare_algorithms)
export(conditional_transform)
export(create_AOI_df)
export(dist_to_visual_angle)
export(fixation_VTI)
export(fixation_dispersion)
export(hdf5_get_event)
export(hdf5_to_df)
export(interpolate)
export(plot_AOI_growth)
export(plot_heatmap)
export(plot_seq)
export(plot_spatial)
export(saccade_VTI)
export(smoother)
import(ggforce)
import(ggplot2)
import(hdf5r)
import(pbapply)
import(rlang)
import(viridis)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(magick,image_read)
importFrom(pbapply,pblapply)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,ave)
importFrom(stats,complete.cases)
importFrom(stats,cor.test)
importFrom(stats,dist)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stats,time)
importFrom(utils,head)
importFrom(utils,stack)
importFrom(utils,tail)
importFrom(zoo,na.approx)
importFrom(zoo,na.locf)
importFrom(zoo,na.spline)