powered by
Plot a SpatialLinesNetwork
# S4 method for SpatialLinesNetwork,ANY plot(x, component = "sl", ...)
The SpatialLinesNetwork to plot
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.
Other rnet: SpatialLinesNetwork, calc_catchment_sum(), calc_catchment(), calc_moving_catchment(), calc_network_catchment(), find_network_nodes(), gsection(), islines(), lineLabels(), overline(), plot,sfNetwork,ANY-method, rnet_breakup_vertices(), sln2points(), sum_network_links(), sum_network_routes()
SpatialLinesNetwork
calc_catchment_sum()
calc_catchment()
calc_moving_catchment()
calc_network_catchment()
find_network_nodes()
gsection()
islines()
lineLabels()
overline()
plot,sfNetwork,ANY-method
rnet_breakup_vertices()
sln2points()
sum_network_links()
sum_network_routes()
# NOT RUN { sln <- SpatialLinesNetwork(route_network) plot(sln) plot(sln, component = "graph") # }
Run the code above in your browser using DataLab