-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.86 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
# Generated by roxygen2: do not edit by hand
S3method(plot,ves)
S3method(print,ves)
S3method(summary,ves)
export(apparent_resistivities)
export(apparent_resistivities_simple)
export(calibrate)
export(calibrate_ilsqp)
export(calibrate_joint_nls)
export(calibrate_nls)
export(calibrate_seq_joint_nls)
export(calibrate_step)
export(calibrate_step_nls)
export(calibrate_svd)
export(convolution)
export(krtrans)
export(log_mnad_resistivity)
export(log_mxad_resistivity)
export(log_rss_resistivity)
export(logseq)
export(mnad_resistivity)
export(mxad_resistivity)
export(plot_diagnostic)
export(plot_transformation)
export(plot_ves)
export(rss_resistivity)
export(smoothing_ves)
export(transform_direct)
export(transform_scaling)
export(transform_smoothed_zohdy)
export(transform_zohdy)
export(uptsev_gui)
export(ves)
import(shiny)
import(stringi)
importFrom(DEoptim,DEoptim)
importFrom(DEoptim,DEoptim.control)
importFrom(GA,ga)
importFrom(GenSA,GenSA)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_qq)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(locpol,EpaK)
importFrom(locpol,locCuadSmootherC)
importFrom(numDeriv,jacobian)
importFrom(pracma,eye)
importFrom(pracma,interp1)
importFrom(pracma,inv)
importFrom(pracma,logseq)
importFrom(pracma,mod)
importFrom(pso,psoptim)
importFrom(stats,approx)
importFrom(stats,optim)
importFrom(stats,smooth.spline)
importFrom(stats,var)
importFrom(wavethresh,threshold)
importFrom(wavethresh,wd)
importFrom(wavethresh,wr)