spatstat-deprecated {spatstat}R Documentation

Deprecated spatstat functions

Description

Deprecated spatstat functions.

Usage

## S3 method for class 'owin'
as.psp(x, ..., window=NULL, 
       check=spatstat.options("checksegments"), fatal=TRUE)
which.max.im(x)
delaunay.distance(...)
delaunay.network(...)
dirichlet.edges(...)
dirichlet.network(...)
dirichlet.vertices(...)
dirichlet.weights(...)
circumradius(x, ...)
## S3 method for class 'owin'
circumradius(x, ...)
## S3 method for class 'ppp'
circumradius(x, ...)
## S3 method for class 'linnet'
circumradius(x, ...)

Details

These functions are deprecated, and will eventually be deleted from the spatstat package.

as.psp.owin has been replaced by edges.

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.


[Package spatstat version 1.56-0 Index]