spatstat.explore-deprecated {spatstat.explore} | R Documentation |
Deprecated spatstat.explore functions
Description
Deprecated spatstat.explore functions.
Usage
evalCovar(model, covariate, ...)
which.max.im(x)
Details
These functions are deprecated, and will eventually be deleted from the spatstat.explore package.
which.max.im(x)
is replaced by
im.apply(x, which.max)
.
The internal function evalCovar
is replaced by the internal function spatialCovariateEvidence
.
Value
which.max.im
returns an integer.
[Package spatstat.explore version 3.3-3 Index]