-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
140 lines (139 loc) · 3.26 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Generated by roxygen2: do not edit by hand
S3method(annual_agg,default)
S3method(dec_time,Date)
S3method(dynaplot,tidal)
S3method(dynaplot,tidalmean)
S3method(fillpo,tidal)
S3method(fillpo,tidalmean)
S3method(fitmoplot,tidal)
S3method(fitmoplot,tidalmean)
S3method(fitplot,tidal)
S3method(fitplot,tidalmean)
S3method(getwts,default)
S3method(gridplot,tidal)
S3method(gridplot,tidalmean)
S3method(kendallSeasonalTrendTest,data.frame)
S3method(kendallSeasonalTrendTest,default)
S3method(kendallSeasonalTrendTest,formula)
S3method(kendallSeasonalTrendTest,matrix)
S3method(kendallTrendTest,default)
S3method(kendallTrendTest,formula)
S3method(modfit,data.frame)
S3method(modfit,default)
S3method(modfit,tidal)
S3method(modfit,tidalmean)
S3method(nobsplot,default)
S3method(nobsplot,tidal)
S3method(nobsplot,tidalmean)
S3method(obsplot,default)
S3method(obsplot,tidal)
S3method(obsplot,tidalmean)
S3method(prdnrmplot,tidal)
S3method(prdnrmplot,tidalmean)
S3method(resnorm,tidal)
S3method(resnorm,tidalmean)
S3method(respred,tidal)
S3method(respred,tidalmean)
S3method(resscls,tidalmean)
S3method(seasplot,tidal)
S3method(seasplot,tidalmean)
S3method(seasyrplot,tidal)
S3method(seasyrplot,tidalmean)
S3method(sliceplot,tidal)
S3method(sliceplot,tidalmean)
S3method(winsrch_constrOptim,default)
S3method(winsrch_grid,default)
S3method(winsrch_optim,default)
S3method(wrtds,tidal)
S3method(wrtds,tidalmean)
S3method(wrtdscv,default)
S3method(wrtdsperf,tidal)
S3method(wrtdsperf,tidalmean)
S3method(wrtdsrsd,tidal)
S3method(wrtdsrsd,tidalmean)
S3method(wrtdstrnd,default)
S3method(wrtdstrnd,tidal)
S3method(wrtdstrnd,tidalmean)
S3method(wrtdstrnd_sk,default)
S3method(wrtdstrnd_sk,tidal)
S3method(wrtdstrnd_sk,tidalmean)
S3method(wtsplot,default)
S3method(wtsplot,tidal)
S3method(wtsplot,tidalmean)
export(aiccrq)
export(all_sims)
export(annual_agg)
export(chllab)
export(createsrch)
export(dec_time)
export(dynaplot)
export(fillpo)
export(fitmoplot)
export(fitplot)
export(getwts)
export(goodfit)
export(gradcols)
export(gridplot)
export(kendallSeasonalTrendTest)
export(kendallTrendTest)
export(lnQ_sim)
export(lnres_err)
export(lnres_sim)
export(modfit)
export(nobsplot)
export(obsplot)
export(prdnrmplot)
export(resnorm)
export(respred)
export(resscls)
export(samp_sim)
export(seasplot)
export(seasyrplot)
export(sliceplot)
export(tidal)
export(tidalmean)
export(winsrch_constrOptim)
export(winsrch_grid)
export(winsrch_optim)
export(wrtds)
export(wrtdscv)
export(wrtdsperf)
export(wrtdsrsd)
export(wrtdstrnd)
export(wrtdstrnd_sk)
export(wtsplot)
import(RColorBrewer)
import(caret)
import(dplyr)
import(fields)
import(foreach)
import(forecast)
import(ggplot2)
import(quantreg)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(purrr,map)
importFrom(stats,AIC)
importFrom(stats,approx)
importFrom(stats,arima.sim)
importFrom(stats,ave)
importFrom(stats,coef)
importFrom(stats,constrOptim)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)