-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
export(anova)
export(assign_limits)
export(boxcox_transform)
export(boxplot)
export(conc_to_meq)
export(conf_int)
export(connect_manages3)
export(connect_manages4)
export(constituents)
export(corr_plot)
export(create_database)
export(default_gwps)
export(delete_datebase)
export(dixon_test)
export(est_dist)
export(est_dist_censored)
export(from_csv)
export(from_excel)
export(get_theilsen)
export(grubbs_test)
export(include_dup)
export(join_lt)
export(kendall_trend)
export(manager)
export(name_units)
export(nth_date)
export(percent_gt)
export(percent_lt)
export(piper_plot)
export(piper_time_html)
export(piper_time_plot)
export(pred_int)
export(pred_int_sim)
export(read_manages3)
export(read_manages4)
export(remove_dup)
export(replace_missing)
export(rosner_test)
export(sample_locations)
export(schoeller_plot)
export(series_plot)
export(set_background)
export(set_censored)
export(set_proposed_background)
export(simplify_param_name)
export(start_date)
export(stiff_plot)
export(stiff_time_html)
export(stiff_time_plot)
export(summary)
export(to_censored)
export(to_spatial)
export(to_wide)
export(tol_int)
export(tukey_outlier)
export(update_background)
export(write_event_summary)
export(write_excel)
import(EnvStats)
importFrom(grDevices,dev.hold)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,IQR)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,data)