-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
42 lines (41 loc) · 806 Bytes
/
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
export(Ev)
export(atmdens)
export(atmos_table)
export(atmpres)
export(atmtemp)
export(colebrook)
export(darcyweisbach)
export(dens)
export(direct_step)
export(dvisc)
export(hardycross)
export(kvisc)
export(manningc)
export(manningt)
export(moody)
export(operpoint)
export(pumpcurve)
export(reynolds_number)
export(sequent_depth)
export(spec_energy_trap)
export(specwt)
export(surf_tension)
export(svp)
export(systemcurve)
export(velocity)
export(water_table)
export(xc_circle)
export(xc_trap)
import(ggplot2)
import(grid)
import(reshape2)
import(tibble)
importFrom(pracma,fsolve)
importFrom(purrr,map2_dfc)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,lm)
importFrom(stats,optimise)
importFrom(stats,uniroot)
importFrom(utils,tail)