text.lpp | R Documentation |
Plots a text label at the location of each point, for a point pattern on a linear network.
## S3 method for class 'lpp'
text(x, ...)
x |
A point pattern on a linear network (class |
... |
Additional arguments passed to |
This function is a method for the generic text
.
A text label is added to the existing plot,
at the location of each point in the point pattern x
,
or near the location of the midpoint of each segment
in the segment pattern x
.
Additional arguments ...
are passed to
text.default
and may be used to control the
placement of the labels relative to the point locations, and
the size and colour of the labels.
By default, the labels are the serial numbers 1 to n
, where
n
is the number of points or segments in x
. This can
be changed by specifying the argument labels
, which should be
a vector of length n
.
Null.
.
text.default
,
text.ppp
X <- runiflpp(5, simplenet)
plot(X)
text(X, pos=2, col="blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.