powered by
Print a summary of a SpatialLinesNetwork
# S4 method for SpatialLinesNetwork summary(object, ...)
The SpatialLinesNetwork
Arguments to pass to relevant summary function.
# NOT RUN { data(routes_fast) rnet <- overline(routes_fast, attrib = "length") SLN <- SpatialLinesNetwork(rnet) summary(SLN) # }
Run the code above in your browser using DataLab