spatstat-deprecated
From spatstat v1.63-0
by Adrian Baddeley
Deprecated spatstat functions
Deprecated spatstat functions.
- Keywords
- internal
Usage
# S3 method for owin
as.psp(x, …, window=NULL,
check=spatstat.options("checksegments"), fatal=TRUE)
which.max.im(x)
circumradius(x, …)
# S3 method for owin
circumradius(x, …)
# S3 method for ppp
circumradius(x, …)
# S3 method for 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)
.
circumradius
is replaced by the more appropriately named
boundingradius
.
Community examples
Looks like there are no examples yet.