This is a method for the generic function
points
for the class "lpp"
of point patterns on a linear network.
If x
is a point pattern on a linear network, then
points(x)
plots the spatial coordinates of the points only,
on the existing plot display,
without plotting the underlying network.
It is an error to call this function if a plot has not yet been
initialised.
The spatial coordinates are extracted and passed to
points.default
along with any extra arguments.
Arguments controlling the colours and the plot symbols are interpreted
by points.default
. For example, if the
argument col
is a vector, then the i
th point is drawn
in the colour col[i]
.