-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·79 lines (78 loc) · 2.03 KB
/
NAMESPACE
File metadata and controls
executable file
·79 lines (78 loc) · 2.03 KB
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
# Generated by roxygen2: do not edit by hand
S3method(contourview,"function")
S3method(contourview,Kriging)
S3method(contourview,NoiseKriging)
S3method(contourview,NuggetKriging)
S3method(contourview,character)
S3method(contourview,glm)
S3method(contourview,km)
S3method(contourview,list)
S3method(contourview,matrix)
S3method(filledcontourview,"function")
S3method(filledcontourview,Kriging)
S3method(filledcontourview,NoiseKriging)
S3method(filledcontourview,NuggetKriging)
S3method(filledcontourview,glm)
S3method(filledcontourview,km)
S3method(filledcontourview,list)
S3method(sectionview,"function")
S3method(sectionview,Kriging)
S3method(sectionview,NoiseKriging)
S3method(sectionview,NuggetKriging)
S3method(sectionview,character)
S3method(sectionview,glm)
S3method(sectionview,km)
S3method(sectionview,list)
S3method(sectionview,matrix)
S3method(sectionview3d,"function")
S3method(sectionview3d,Kriging)
S3method(sectionview3d,NoiseKriging)
S3method(sectionview3d,NuggetKriging)
S3method(sectionview3d,character)
S3method(sectionview3d,glm)
S3method(sectionview3d,km)
S3method(sectionview3d,list)
S3method(sectionview3d,matrix)
export(Apply.function)
export(Memoize.function)
export(Vectorize.function)
export(are_in.mesh)
export(branin)
export(contourview)
export(expand.grids)
export(filledcontourview)
export(is.mesh)
export(is_in.mesh)
export(is_in.p)
export(mesh)
export(mesh_exsets)
export(mesh_level)
export(min_dist)
export(min_dist.mesh)
export(optim.stop)
export(optims)
export(plot2d_mesh)
export(plot3d_mesh)
export(plot_mesh)
export(points_in.mesh)
export(points_out.mesh)
export(root)
export(roots)
export(roots_mesh)
export(sectionview)
export(sectionview3d)
import(grDevices)
import(graphics)
import(methods)
import(stats)
importFrom(DiceDesign,lhsDesign)
importFrom(R.cache,loadCache)
importFrom(R.cache,saveCache)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(geometry,convhulln)
importFrom(geometry,delaunayn)
importFrom(geometry,inhulln)
importFrom(parallel,mclapply)
importFrom(utils,combn)
importFrom(utils,installed.packages)