This function plots the point pattern on a linear network
stored in the stlp object given in input,
in a three panel plot representing the plot3D of the coordinates, and the
marginal spatial and temporal coordinates.
Usage
# S3 method for stlp
plot(x, tcum = TRUE, marg = TRUE, col = 1, cols = "grey", ...)
Arguments
x
An object of class stp
tcum
If TRUE (default option),
the temporal point pattern is displayed cumulatively.
A barplot is automatically plotted if there are repeated
counts (typically with discrete times).
marg
Default to TRUE. If FALSE, only the
spatio-temporal point pattern is plotted.
col
The color of the points. Default to "black"
cols
The color of the linear network. Default to "grey"