Deprecated spatstat functions.
# S3 method for owin
as.psp(x, …, window=NULL,
check=spatstat.options("checksegments"), fatal=TRUE)
bounding.box(…)
clf.test(…)
conspire(…)
ksmooth.ppp(x, sigma, …, edge=TRUE)
smooth.ppp(X, ..., weights = rep(1, npoints(X)), at="pixels")
smooth.fv(x, which = "*", ...,
method=c("smooth.spline", "loess"),
xinterval=NULL)
smooth.msr(X, ...)
ks.test.ppm(…)
mpl(Q, trend, interaction, data, correction, rbord, use.gam)
rtoro(X, which=NULL, radius=NULL, width=NULL, height=NULL)
eval.hyper(e, h, simplify=TRUE, ee=NULL)
superimposePSP(…, W=NULL, check=TRUE)
which.max.im(x)
delaunay.distance(…)
delaunay.network(…)
dirichlet.edges(…)
dirichlet.network(…)
dirichlet.vertices(…)
dirichlet.weights(…)
circumradius(x, …)
# S3 method for owin
circumradius(x, …)
# S3 method for ppp
circumradius(x, …)
# S3 method for linnet
circumradius(x, …)
These functions are deprecated, and will eventually be deleted from the spatstat package.
as.psp.owin
has been replaced by edges
.
bounding.box
has been replaced by boundingbox
.
clf.test
has been renamed dclf.test
.
conspire
has been replaced by plot.fv
.
ksmooth.ppp
has been replaced by density.ppp
.
smooth.ppp
has been replaced by Smooth.ppp
.
smooth.fv
has been replaced by Smooth.fv
.
smooth.msr
has been replaced by Smooth.msr
.
mpl
has been replaced by ppm
.
ks.test.ppm
has been replaced by
cdf.test
.
rtoro
has been replaced by rshift
.
eval.hyper
has been replaced by with.hyperframe
.
superimposePSP
has been replaced by superimpose.psp
which is a method for the generic function superimpose
.
which.max.im(x)
is replaced by
im.apply(x, which.max)
.
delaunay.distance
is replaced by delaunayDistance
.
delaunay.network
is replaced by delaunayNetwork
.
dirichlet.edges
is replaced by dirichletEdges
.
dirichlet.network
is replaced by dirichletNetwork
.
dirichlet.vertices
is replaced by dirichletVertices
.
dirichlet.weights
is replaced by dirichletWeights
.
circumradius
is replaced by the more appropriately named
boundingradius
.