-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
S3method(alpha_constants,default)
S3method(as.data.frame,owrsp)
S3method(as.data.frame,wrsp)
S3method(cross_spectrum,default)
S3method(cross_spectrum,mts)
S3method(kitplot,wrsp)
S3method(lines,owrsp)
S3method(lines,wrsp)
S3method(omega_constants,default)
S3method(open_well_response,default)
S3method(plot,owrsp)
S3method(plot,wrsp)
S3method(points,owrsp)
S3method(points,wrsp)
S3method(print,owrsp)
S3method(print,summary.owrsp)
S3method(print,summary.wrsp)
S3method(print,wrsp)
S3method(summary,owrsp)
S3method(summary,wrsp)
S3method(well_response,default)
export(alpha_constants)
export(constants)
export(cross_spectrum)
export(data.frame.owrsp)
export(data.frame.wrsp)
export(is.owrsp)
export(is.wrsp)
export(kitplot)
export(log10_ticks)
export(log2_ticks)
export(log_ticks)
export(logsmoo)
export(logticks)
export(omega_constants)
export(omega_norm)
export(open_well_response)
export(sensing_volume)
export(well_response)
importFrom(Bessel,BesselK)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(kelvin,Beir)
importFrom(kelvin,Keir)
importFrom(stats,deltat)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,tail)