forked from stpp-GitHub-community/stpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (40 loc) · 1.46 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
useDynLib(stpp,.registration=TRUE)
export("animation")
export("as.3dpoints")
export("ASTIKhat")
export("is.3dpoints")
export("LISTAhat")
export("KLISTAhat")
export("PCFhat")
export("plotK")
export("plotPCF")
export("rinfec")
export("rinter")
export("rlgcp")
export("rpcp")
export("rpp")
export("sim.stpp")
export("stan")
export("stdcpp")
export("sthpcpp")
export("STIKhat")
export("gsp")
export("gte")
export("kmr")
export("kmt")
export("kmmr")
export("kmmt")
import(rpanel)
import(splancs)
importFrom("grDevices","chull","colorRampPalette","dev.list","dev.new","dev.off","gray","grey","heat.colors","rgb")
importFrom("graphics","axTicks","axis","box","contour","image","par","persp","plot","points","title")
importFrom("stats","dnorm","fft","median","rexp","rnorm","rpois","runif","time","dist")
importFrom("rgl","par3d","rotationMatrix","surface3d","plot3d","axis3d","aspect3d","rgl.pop","lines3d","segments3d","points3d","spheres3d")
importFrom("spatstat.core","edge.Trans","bw.stoyan","edge.Ripley")
importFrom("spatstat.random","rMatClust")
importFrom("spatstat.geom","as.im","verifyclass","owin","as.rectangle","make.even.breaks","inside.owin","ppp","bdist.points","eroded.areas","area","pairdist","perimeter")
importFrom("KernSmooth","dpik")
importFrom("plot3D","scatter3D")
importFrom("ggplot2","ggplot","aes_string","geom_point","ggtitle","geom_path","geom_line","labs","aes","scale_shape","geom_bar","theme","element_text")
importFrom("gridExtra","grid.arrange")
S3method(plot,stpp)