plot.lppm | R Documentation |
Plots the fitted intensity of a point process model on a linear network.
## S3 method for class 'lppm'
plot(x, ..., type="trend")
x |
An object of class |
... |
Arguments passed to |
type |
Character string (either |
This function is the plot method for the class
"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.
Null.
lppm
,
plot.linim
,
methods.lppm
,
predict.lppm
.
X <- runiflpp(10, simplenet)
fit <- lppm(X ~x)
plot(fit)
plot(fit, style="width")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.