Last chance! 50% off unlimited learning
Sale ends in
as.interact(object)
## S3 method for class 'fii':
as.interact(object)
## S3 method for class 'interact':
as.interact(object)
## S3 method for class 'ppm':
as.interact(object)
"ppm"
) or an interpoint interaction structure
(object of class "interact"
)."interact"
representing the
interpoint interaction. This object can be printed and plotted.fitin
.as.interact
extracts
the interpoint interaction structure from a suitable object.
An object of class "interact"
describes an interpoint
interaction structure, before it has been fitted to point pattern
data. The irregular parameters of the interaction (such as the
interaction range) are fixed, but the regular parameters
(such as interaction strength) are undetermined.
Objects of this class are created by the functions
Poisson
, Strauss
and so on.
The main use of such objects is in a call to ppm
.
The function as.interact
is generic, with methods for the classes
"ppm"
, "fii"
and "interact"
.
The result is an object of class "interact"
which can be printed.fitin
,
ppm
.data(cells)
model <- ppm(cells, ~1, Strauss(0.07))
f <- as.interact(model)
f
Run the code above in your browser using DataLab