Plots a linear network
# S3 method for linnet
plot(x, ..., main=NULL, add=FALSE,
vertices=FALSE, window=FALSE,
do.plot=TRUE)
Linear network (object of class "linnet"
).
Arguments passed to plot.psp
controlling the plot.
Main title for plot. Use main=""
to suppress it.
Logical. If codeTRUE, superimpose the graphics
over the current plot. If FALSE
, generate a new plot.
Logical. Whether to plot the vertices as well.
Logical. Whether to plot the window containing the linear network.
Logical. Whether to actually perform the plot.
An (invisible) object of class "owin"
giving the bounding box of the network.
This is the plot method for class "linnet"
.
# NOT RUN {
plot(simplenet)
# }
Run the code above in your browser using DataLab