Learn R Programming

stplanr (version 0.1.0)

plot,SpatialLinesNetwork,ANY-method: Plot a SpatialLinesNetwork

Description

Plot a SpatialLinesNetwork

Usage

## S3 method for class 'SpatialLinesNetwork,ANY':
plot(x, component = "sl", ...)

Arguments

x
The SpatialLinesNetwork to plot
component
The component of the network to plot. Valid values are "sl" for the geographic (SpatialLines) representation or "graph" for the graph representation.
...
Arguments to pass to relevant plot function.