-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
52 lines (51 loc) · 1.34 KB
/
NAMESPACE
File metadata and controls
52 lines (51 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
S3method(plot,Kernelheaping)
S3method(plot,bivrounding)
S3method(summary,Kernelheaping)
export(createSim.Kernelheaping)
export(dbivr)
export(dclass)
export(dheaping)
export(dshape3dProp)
export(dshapebivr)
export(dshapebivrProp)
export(sim.Kernelheaping)
export(simSummary.Kernelheaping)
export(toOtherShape)
export(tracePlots)
import(MASS)
import(ks)
import(sparr)
importFrom(GB2,mlfit.gb2)
importFrom(fastmatch,fmatch)
importFrom(fitdistrplus,fitdist)
importFrom(grDevices,rainbow)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(mvtnorm,dmvnorm)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(plyr,count)
importFrom(plyr,round_any)
importFrom(sp,point.in.polygon)
importFrom(stats,aggregate)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)