-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
124 lines (123 loc) · 2.87 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Generated by roxygen2: do not edit by hand
export(anlz_attain)
export(anlz_attainsite)
export(anlz_avedat)
export(anlz_avedatsite)
export(anlz_enteromap)
export(anlz_fibmap)
export(anlz_fibmatrix)
export(anlz_fibwetdry)
export(anlz_hmpreport)
export(anlz_hydroload)
export(anlz_iwrraw)
export(anlz_refs)
export(anlz_sedimentaddtot)
export(anlz_sedimentave)
export(anlz_sedimentpel)
export(anlz_sedimentpelave)
export(anlz_tbbimed)
export(anlz_tbbiscr)
export(anlz_tbniave)
export(anlz_tbnimet)
export(anlz_tbniscr)
export(anlz_tdlcrk)
export(anlz_tdlcrkindic)
export(anlz_transectave)
export(anlz_transectavespp)
export(anlz_transectocc)
export(anlz_yrattain)
export(read_dlcurrent)
export(read_formbenthic)
export(read_formfib)
export(read_formfim)
export(read_formphyto)
export(read_formsediment)
export(read_formtransect)
export(read_formwq)
export(read_formwqp)
export(read_importbenthic)
export(read_importentero)
export(read_importepc)
export(read_importfib)
export(read_importfim)
export(read_importphyto)
export(read_importsediment)
export(read_importwq)
export(read_importwqp)
export(read_transect)
export(show_annualassess)
export(show_boxplot)
export(show_compplot)
export(show_enteromap)
export(show_fibmap)
export(show_fibmatmap)
export(show_fibmatrix)
export(show_hmpreport)
export(show_matrix)
export(show_matrixplotly)
export(show_ratab)
export(show_reactable)
export(show_seagrasscoverage)
export(show_sedimentalratio)
export(show_sedimentave)
export(show_sedimentmap)
export(show_sedimentpelave)
export(show_sedimentpelaveplotly)
export(show_sedimentpelmap)
export(show_segmatrix)
export(show_segplotly)
export(show_sitemap)
export(show_sitesegmap)
export(show_tbbimatrix)
export(show_tbnimatrix)
export(show_tbniscr)
export(show_tbniscrall)
export(show_tbniscrplotly)
export(show_tdlcrk)
export(show_tdlcrkindic)
export(show_tdlcrkindiccdf)
export(show_tdlcrkline)
export(show_tdlcrkmatrix)
export(show_tdlcrkradar)
export(show_thrplot)
export(show_transect)
export(show_transectavespp)
export(show_transectmatrix)
export(show_transectsum)
export(show_wqmatrix)
export(util_fibicons)
export(util_fiblevs)
export(util_html)
export(util_map)
export(util_orgin)
import(dplyr)
import(ggplot2)
import(patchwork)
import(sf)
import(tidyr)
importFrom(dplyr,"%>%")
importFrom(grDevices,rgb)
importFrom(graphics,arrows)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(lubridate,month)
importFrom(methods,.S4methods)
importFrom(methods,new)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(reactable,colDef)
importFrom(rnoaa,ncdc)
importFrom(stats,ecdf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pbinom)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(tools,md5sum)
importFrom(utils,download.file)
importFrom(utils,read.csv)