-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
105 lines (104 loc) · 2.47 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
100
101
102
103
104
105
# Generated by roxygen2: do not edit by hand
S3method(dens_christensen_mooney,default)
S3method(dens_gardner,default)
S3method(dens_godfrey,default)
S3method(dens_nafe_drake,default)
S3method(kms,default)
S3method(nu_brocher,default)
S3method(nu_brocher_ludwig,default)
S3method(nu_continuum,default)
S3method(vp_brocher,default)
S3method(vp_brocher_ludwig,default)
S3method(vpvs_continuum,default)
S3method(vs_brocher,default)
S3method(vs_brocher_mafic,default)
S3method(vs_castagna,default)
export(.calc_prat)
export(.hg_constants)
export(Elastic.Properties)
export(From.Vp)
export(Lame_constant)
export(Poissons_ratio)
export(Undrained.Response)
export(Youngs_modulus)
export(areal_strain_sens.from.undrained_compressibility)
export(as.PoissonsRatio)
export(as.Porosity)
export(as.RockDensity)
export(as.Vp)
export(as.Vs)
export(atm2bar)
export(atmos_head)
export(atmos_p)
export(bar2pa)
export(bbl2cm)
export(bulk_modulus)
export(calc_alpha)
export(calc_nu_u)
export(chk0to1)
export(constants._hg_)
export(dens_christensen_mooney)
export(dens_gardner)
export(dens_godfrey)
export(dens_nafe_drake)
export(diffusivity_length)
export(diffusivity_time)
export(dimensional_units)
export(effective_aquifer_thickness)
export(elev2hpa)
export(ft2m)
export(get_constants)
export(hpa2m)
export(hpa2pa)
export(hydraulic_conductivity)
export(hydraulic_diffusivity)
export(hydraulic_diffusivity_2)
export(hydraulic_diffusivity_3)
export(hydraulic_diffusivity_poro)
export(kinvisc)
export(kms)
export(kpa2pa)
export(m2ft)
export(m_per_hpa)
export(nu_brocher)
export(nu_brocher_ludwig)
export(nu_continuum)
export(pa2bar)
export(pa2hpa)
export(pa2kpa)
export(permeability)
export(porosity)
export(sand_silt_clay)
export(shear_modulus)
export(shepard_plot)
export(skempton)
export(specific_storage)
export(storativity)
export(to_cmsquared)
export(to_darcies)
export(to_millidarcies)
export(to_msquared)
export(transmissivity)
export(undrained_compressibility.from.areal_strain_sens)
export(undrained_compressibility.from.beta)
export(vp_brocher)
export(vp_brocher_ludwig)
export(vpvs_continuum)
export(vs_brocher)
export(vs_brocher_mafic)
export(vs_castagna)
export(well_permeab)
export(well_permeab_err)
export(xyz2ternary)
importFrom(grDevices,dev.cur)
importFrom(grDevices,grey)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(reshape2,dcast)
importFrom(utils,data)
importFrom(utils,str)