"lpp" of point patterns on a linear network.
"plot"(x, ..., main, add = FALSE, use.marks=TRUE, which.marks=NULL, show.all = !add, show.window=FALSE, show.network=TRUE, do.plot = TRUE, multiplot=TRUE)"lpp").
plot.linnet
or plot.ppp.
add=TRUE) or whether a new plot should be
initialised (add=FALSE, the default).
TRUE, plot points using a different
plotting symbol for each mark;
if FALSE, only the locations of the points will be plotted,
using points().
x are a data frame.
A character or integer vector identifying one or more
columns of marks.
If add=FALSE then
the default is to plot all columns of marks, in a series of separate
plots.
If add=TRUE then only one column of marks can be plotted,
and the default is which.marks=1
indicating the first column of marks.
show.all.
"symbolmap"
giving the correspondence between
mark values and plotting characters.
plot.linnet,
then the points are plotted by plot.ppp.Commonly-used arguments include:
col and lwd for the colour and width of lines
in the linear network
cols for the colour or colours of the points
chars for the plot characters representing different
types of points
legend and leg.side to control the graphics
legend
Note that the linear network will be plotted
even when add=TRUE, unless show.network=FALSE.
lpp. See plot.ppp for options for representing the points.
See also points.lpp.