-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.32 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
52
53
54
# Generated by roxygen2: do not edit by hand
export(CoM)
export(allActograms)
export(allActogramsWake)
export(allPeriodogramsAct)
export(allPeriodogramsSleep)
export(allPeriodogramsWake)
export(allSomnograms)
export(anticipationAct)
export(binData)
export(indActogram)
export(indActogramWake)
export(indPeriodogramAct)
export(indPeriodogramSleep)
export(indPeriodogramWake)
export(indSomnogram)
export(peakIdentifier)
export(profilesAct)
export(profilesSleep)
export(profilesWake)
export(rosePlotsAct)
export(rosePlotsSleep)
export(rosePlotsWake)
export(sleepData)
export(sleepOnsetBoutLength)
export(sleepStat)
export(trimData)
export(wakeData)
importFrom(behavr,hours)
importFrom(behavr,mins)
importFrom(circular,circular)
importFrom(circular,rho.circular)
importFrom(grDevices,rgb)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(plotly,"%>%")
importFrom(plotly,add_lines)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(pracma,findpeaks)
importFrom(pracma,isempty)
importFrom(signal,sgolayfilt)
importFrom(stats,aggregate)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(zeitgebr,ac_periodogram)
importFrom(zeitgebr,chi_sq_periodogram)
importFrom(zeitgebr,ls_periodogram)
importFrom(zoo,rollapply)