is.stationary.lppm: Recognise Stationary and Poisson Point Process Models on a Network
Description
Given a point process model that has been fitted to data on a network,
determine whether the model is a stationary point process,
and whether it is a Poisson point process.
Usage
# S3 method for lppm
is.stationary(x)
# S3 method for lppm
is.poisson(x)
Value
A logical value.
Arguments
x
A fitted spatial point process model on a linear network
(object of class "lppm").