Plot a linear network
Plots a linear network
## S3 method for class 'linnet' plot(x, ..., main=NULL, add=FALSE, vertices=FALSE, window=FALSE, do.plot=TRUE)
x |
Linear network (object of class |
... |
Arguments passed to |
main |
Main title for plot. Use |
add |
Logical. If codeTRUE, superimpose the graphics
over the current plot. If |
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. |
This is the plot method for class "linnet"
.
An (invisible) object of class "owin"
giving the bounding box of the network.
Ang Qi Wei aqw07398@hotmail.com and Adrian Baddeley Adrian.Baddeley@curtin.edu.au
plot(simplenet)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.