forked from nationalparkservice/NSNSDAcoustics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
65 lines (64 loc) · 1.63 KB
/
NAMESPACE
File metadata and controls
65 lines (64 loc) · 1.63 KB
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
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
export(Meta)
export(PAMGuide)
export(PAMGuide_Meta)
export(Viewer)
export(add_time_cols)
export(birdnet_analyzer)
export(birdnet_barchart)
export(birdnet_conf_threshold)
export(birdnet_format)
export(birdnet_gather)
export(birdnet_heatmap)
export(birdnet_heatmap_time)
export(birdnet_review_verify)
export(birdnet_spectro)
export(birdnet_verify)
export(readable_julian_breaks)
export(wave_to_nvspl)
import(data.table)
import(ggplot2)
import(lubridate)
import(monitoR)
import(suncalc)
import(tuneR)
import(viridis)
importFrom(caret,confusionMatrix)
importFrom(ggplot2,ggplot)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,graphics.off)
importFrom(graphics,axis)
importFrom(graphics,axis.POSIXct)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(lubridate,day)
importFrom(lubridate,floor_date)
importFrom(lubridate,month)
importFrom(lubridate,round_date)
importFrom(lubridate,week)
importFrom(lubridate,with_tz)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(plotly,ggplotly)
importFrom(plotly,style)
importFrom(stats,end)
importFrom(stats,glm)
importFrom(stats,mvfft)
importFrom(stats,start)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(suncalc,getSunlightTimes)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.table)
importFrom(viridis,magma)
importFrom(viridis,viridis)