plot.linnet {spatstat}R Documentation

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 codeTRUE, 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.

Details

This is the plot method for class "linnet".

Value

Null.

Author(s)

Ang Qi Wei aqw07398@hotmail.com and Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/

See Also

linnet

Examples

   example(linnet)
   plot(letterA)

[Package spatstat version 1.25-3 Index]