-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
40 lines (39 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(build_nwc_flow_dataset)
export(build_nwis_dv_dataset)
export(calculate_GoF_stats)
export(calculate_GoF_summary_stats)
export(calculate_other_flow_stats)
export(calculate_stat_cv)
export(calculate_stat_flow_perc)
export(calculate_stat_nse)
export(calculate_stat_nselog)
export(calculate_stat_pbias)
export(calculate_stat_rmse)
export(calculate_stat_rmsne)
export(calculate_stat_rsr)
export(calculate_stats_by_group)
export(calculate_stats_diffs)
export(get_local_data)
export(get_nwc_huc)
export(get_nwc_wb_data)
export(parse_swe_csv)
importFrom(EflowStats,calc_allHIT)
importFrom(EflowStats,calc_magnifSeven)
importFrom(EflowStats,get_peakThreshold)
importFrom(EflowStats,validate_data)
importFrom(dataRetrieval,readNWISdv)
importFrom(dataRetrieval,readNWISpeak)
importFrom(dataRetrieval,readNWISsite)
importFrom(jsonlite,fromJSON)
importFrom(readr,read_delim)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,URLencode)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_ns)
importFrom(xml2,xml_text)