-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
99 lines (98 loc) · 2.18 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
# Generated by roxygen2: do not edit by hand
S3method(aggremetab,swmpr)
S3method(aggreswmp,swmpr)
S3method(cens_id,swmpr)
S3method(comb,default)
S3method(comb,swmpr)
S3method(decomp,default)
S3method(decomp,swmpr)
S3method(decomp_cj,default)
S3method(decomp_cj,swmpr)
S3method(ecometab,default)
S3method(ecometab,swmpr)
S3method(hist,swmpr)
S3method(lines,swmpr)
S3method(metab_day,default)
S3method(na.approx,swmpr)
S3method(overplot,default)
S3method(overplot,swmpr)
S3method(plot,swmpr)
S3method(plot_metab,swmpr)
S3method(plot_quants,swmpr)
S3method(plot_summary,swmpr)
S3method(plot_wind,swmpr)
S3method(qaqc,swmpr)
S3method(qaqcchk,swmpr)
S3method(rem_reps,swmpr)
S3method(setstep,default)
S3method(setstep,swmpr)
S3method(smoother,default)
S3method(smoother,swmpr)
S3method(subset,swmpr)
export(aggremetab)
export(aggreswmp)
export(all_params)
export(all_params_dtrng)
export(calckl)
export(cens_id)
export(comb)
export(decomp)
export(decomp_cj)
export(ecometab)
export(import_local)
export(map_reserve)
export(metab_day)
export(overplot)
export(oxySol)
export(param_names)
export(parser)
export(plot_metab)
export(plot_quants)
export(plot_summary)
export(plot_wind)
export(qaqc)
export(qaqcchk)
export(rem_reps)
export(setstep)
export(single_param)
export(site_codes)
export(site_codes_ind)
export(smoother)
export(swmpr)
export(time_vec)
import(XML)
import(ggplot2)
import(gridExtra)
import(httr)
import(oce)
import(zoo)
importFrom(data.table,data.table)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,axis)
importFrom(graphics,axis.POSIXct)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,decompose)
importFrom(stats,end)
importFrom(stats,formula)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,ts)
importFrom(stats,ts.union)
importFrom(stats,var)
importFrom(stats,window)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,unzip)