-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (37 loc) · 1.12 KB
/
NAMESPACE
File metadata and controls
40 lines (37 loc) · 1.12 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
import(stats,graphics,tensor)
import(spatstat.utils,spatstat.data,spatstat.univar)
import(spatstat.sparse,spatstat.geom)
import(spatstat.random,spatstat.explore,spatstat.model)
import(spatstat)
# Export all names unless they start with a dot
exportPattern("^[^.]")
# Note that package.skeleton gave
# exportPattern("^[[:alpha:]]+")
# which excluded [.ssf
# Methods
S3method("Smooth", "locmincon")
S3method("Smooth", "locppm")
S3method("as.interact", "locppm")
S3method("as.ppm", "locppm")
S3method("as.ppp", "locmincon")
S3method("coef", "locppm")
S3method("confint", "locppm")
S3method("contour", "locppm")
S3method("fitted", "loccit")
S3method("fitted", "locppm")
S3method("is.poisson", "locppm")
S3method("plot", "loccit")
S3method("plot", "locmincon")
S3method("plot", "locppm")
S3method("predict", "loccit")
S3method("predict", "locppm")
S3method("print", "homtestmap")
S3method("print", "loccit")
S3method("print", "locmincon")
S3method("print", "locppm")
S3method("print", "locppmOptions")
S3method("psib", "loccit")
S3method("psib", "locmincon")
S3method("update", "homtestmap")
S3method("with", "loccit")
S3method("with", "locmincon")