Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

text.lpp

Add Text Labels to Point Pattern on a Network


Description

Plots a text label at the location of each point, for a point pattern on a linear network.

Usage

## S3 method for class 'lpp'
text(x, ...)

Arguments

x

A point pattern on a linear network (class "lpp").

...

Additional arguments passed to text.default.

Details

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.

Value

Null.

Author(s)

Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner r.turner@auckland.ac.nz and Ege Rubak rubak@math.aau.dk.

See Also

Examples

X <- runiflpp(5, simplenet)
  plot(X)
  text(X, pos=2, col="blue")

spatstat.linnet

Linear Networks Functionality of the 'spatstat' Family

v2.1-1
GPL (>= 2)
Authors
Adrian Baddeley [aut, cre], Rolf Turner [aut], Ege Rubak [aut], Ottmar Cronie [ctb], Tilman Davies [ctb], Greg McSwiggan [ctb], Suman Rakshit [ctb]
Initial release
2021-03-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.