-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(alpha_beta,wateres)
S3method(calc_catchment_system,catchment_system)
S3method(calc_series,wateres)
S3method(calc_system,wateres_system)
S3method(check,wateres_system)
S3method(fill_time,wateres)
S3method(plot,wateres_alpha_beta)
S3method(plot,wateres_prob_field)
S3method(plot,wateres_series)
S3method(prob_field,wateres)
S3method(resize_input,wateres)
S3method(set_evaporation,wateres)
S3method(set_precipitation,wateres)
S3method(set_property,wateres)
S3method(set_routing,catchment)
S3method(set_routing,wateres)
S3method(set_wateruse,wateres)
S3method(sry,wateres)
S3method(summary,wateres)
export(alpha_beta)
export(as.catchment)
export(as.catchment_system)
export(as.system)
export(as.wateres)
export(calc_catchment_system)
export(calc_series)
export(calc_system)
export(check)
export(fill_time)
export(prob_field)
export(resize_input)
export(set_evaporation)
export(set_precipitation)
export(set_property)
export(set_routing)
export(set_wateruse)
export(sry)
import(data.table)
importFrom(Rcpp,sourceCpp)
useDynLib(wateres)