-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
51 lines (50 loc) · 1.08 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(a7)
export(adanorm)
export(bandpass)
export(bands_psd)
export(chambon2018)
export(check_events)
export(choi2018)
export(ckappa)
export(clean_oximetry)
export(create_xts)
export(detect_apneic_events)
export(detect_rem)
export(detect_rpeaks)
export(epochs)
export(hypnogram)
export(normalize_cycles)
export(periods)
export(plot_event)
export(plot_hypnodensity)
export(plot_hypnogram)
export(psm)
export(pwelch)
export(read_events_compumedics)
export(read_events_ndb)
export(read_events_noxturnal)
export(read_events_profusion)
export(read_events_sleepedfx)
export(read_mdf)
export(schwabedal2018)
export(score_mice)
export(score_psg)
export(segmentation)
export(smooth_hypnogram)
export(smooth_liang2012)
export(spectrogram)
export(stages_stats)
export(train_batches)
export(transitions)
export(tst90)
export(write_batches_mice)
export(write_batches_psg)
export(write_hypnogram_compumedics)
export(write_mdf)
import(signal)
importFrom(dplyr,bind_rows)
importFrom(signal,butter)
importFrom(signal,filtfilt)
importFrom(signal,resample)
importFrom(xts,xts)