Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'lppm':
plot(x, ..., type="trend")
"lppm"
representing a fitted point process
model on a linear network.plot.linim
to control the
plot."trend"
or "cif"
)
determining whether to plot the fitted first order trend
or the conditional intensity."lppm"
. It computes the fitted intensity of the
point process model, and displays it using plot.linim
. The default is to display intensity values as colours. Alternatively
if the argument style="width"
is given, intensity values are
displayed as the widths of thick lines drawn over the network.
lppm
,
plot.linim
,
methods.lppm
,
predict.lppm
.example(lpp)
fit <- lppm(X, ~x)
plot(fit)
plot(fit, style="width")
Run the code above in your browser using DataLab