-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.52 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
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
export(align)
export(better.spectro)
export(calc.am)
export(calc.fm)
export(calc.perf)
export(call.assign)
export(call.detect)
export(call.detect.multiple)
export(create.spec.object)
export(detect.and.assign)
export(export.detections)
export(load.selection.table)
export(load.selection.tables)
export(load.selection.tables.audacity)
export(load.wave)
export(measure.trace)
export(measure.trace.multiple)
export(o.to.m)
export(run.spcc)
export(simple.cc)
export(sliding.pixel.comparison)
export(trace.fund)
import(tuneR)
importFrom(dplyr,"bind_rows")
importFrom(grDevices,"dev.off")
importFrom(grDevices,"hcl.colors")
importFrom(grDevices,"pdf")
importFrom(graphics,"abline")
importFrom(graphics,"axis")
importFrom(graphics,"lines")
importFrom(graphics,"mtext")
importFrom(graphics,"par")
importFrom(graphics,"points")
importFrom(graphics,"rect")
importFrom(graphics,"text")
importFrom(oce,"imagep")
importFrom(parallel,"mclapply")
importFrom(scales,"alpha")
importFrom(seewave,"env")
importFrom(seewave,"ffilter")
importFrom(seewave,"resamp")
importFrom(seewave,"spec")
importFrom(signal,"specgram")
importFrom(stats,"as.dist")
importFrom(stats,"median")
importFrom(stats,"sd")
importFrom(stats,"smooth.spline")
importFrom(stats,"var")
importFrom(stringr,"str_detect")
importFrom(stringr,"str_remove")
importFrom(tuneR,"readWave")
importFrom(tuneR,"writeWave")
importFrom(utils,"combn")
importFrom(utils,"read.csv")
importFrom(utils,"read.table")
importFrom(utils,"write.csv2")
importFrom(utils,"write.table")