-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
70 lines (69 loc) · 1.73 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
60
61
62
63
64
65
66
67
68
69
70
# 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_format)
export(birdnet_gather)
export(birdnet_heatmap)
export(birdnet_heatmap_time)
export(birdnet_iNEXT)
export(birdnet_run)
export(birdnet_spectro)
export(birdnet_verify)
export(birdnet_verify_segments)
export(nvspl_to_ai)
export(plot_audio_summary)
export(readable_julian_breaks)
export(wave_to_nvspl)
import(data.table)
import(ggplot2)
import(iNEXT)
import(lubridate)
import(monitoR)
import(suncalc)
import(tuneR)
import(viridis)
importFrom(NbClust,NbClust)
importFrom(ggplot2,ggplot)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,graphics.off)
importFrom(graphics,axis)
importFrom(graphics,axis.POSIXct)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(iNEXT,iNEXT)
importFrom(ineq,Gini)
importFrom(lubridate,day)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,month)
importFrom(lubridate,round_date)
importFrom(lubridate,week)
importFrom(lubridate,with_tz)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(plotly,ggplotly)
importFrom(plotly,style)
importFrom(reticulate,py_run_string)
importFrom(reticulate,source_python)
importFrom(stats,median)
importFrom(stats,mvfft)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(stringr,str_extract)
importFrom(tools,file_ext)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(vegan,diversity)