spatstat (version 1.22-2)

plot.linnet: Plot a linear network

Description

Plots a linear network

Usage

## S3 method for class 'linnet':
plot(x, ..., main=NULL, add=FALSE, 
                               vertices=FALSE, window=FALSE)

Arguments

x
Linear network (object of class "linnet").
...
Arguments passed to plot.psp controlling the plot.
main
Main title for plot. Use main="" to suppress it.
add
Logical. If code{TRUE}, superimpose the graphics over the current plot. If FALSE, generate a new plot.
vertices
Logical. Whether to plot the vertices as well.
window
Logical. Whether to plot the window containing the linear network.

Value

  • Null.

Details

This is the plot method for class "linnet".

See Also

linnet

Examples

Run this code
example(linnet)
   plot(letterA)

Run the code above in your browser using DataCamp Workspace