-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
S3method(metadata,Wave)
S3method(metadata,blob_detection)
S3method(metadata,character)
S3method(metadata,threshold_detection)
S3method(metadata,zc)
export(blob_detection)
export(fspec)
export(metadata)
export(mp3_to_wav)
export(plot_zc)
export(read_audio)
export(read_mp3)
export(read_wac)
export(read_wav)
export(read_zc)
export(spectro)
export(threshold_detection)
export(write_zc)
import(moments)
import(stringr)
import(tools)
importClassesFrom(tuneR,Wave)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray.colors)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,slot)
importFrom(stats,setNames)
importFrom(tuneR,readWave)
useDynLib(bioacoustics, .registration = TRUE)