-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
76 lines (75 loc) · 1.77 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
# Generated by roxygen2: do not edit by hand
S3method(plot,denReg)
export(AddDensReg)
export(CovFMean)
export(CreateCovRegPlot)
export(CreateDensity)
export(DenFMean)
export(GloCovReg)
export(GloDenReg)
export(GloSpheReg)
export(LocCovReg)
export(LocDenReg)
export(LocSpheReg)
export(SpheGeoDist)
export(SpheGeoGrad)
export(SpheGeoHess)
export(color.bar)
export(dist4cov)
export(dist4den)
export(expSphere)
export(frameSphere)
export(logSphere)
export(pol2car)
importFrom(Matrix,Matrix)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,palette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(pracma,trapz)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,binomial)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,dunif)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,poly)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,spline)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,head)
importFrom(utils,tail)