plot.linnet
From spatstat v1.41-1
by Adrian Baddeley
Plot a linear network
Plots a linear network
- Keywords
- spatial
Usage
## S3 method for class 'linnet':
plot(x, ..., main=NULL, add=FALSE,
vertices=FALSE, window=FALSE,
do.plot=TRUE)
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.
- do.plot
- Logical. Whether to actually perform the plot.
Details
This is the plot method for class "linnet"
.
Value
- An (invisible) object of class
"owin"
giving the bounding box of the network.
See Also
Examples
example(linnet)
plot(letterA)
Community examples
Looks like there are no examples yet.