Learn R Programming

stplanr (version 0.5.0)

summary,SpatialLinesNetwork-method: Print a summary of a SpatialLinesNetwork

Description

Print a summary of a SpatialLinesNetwork

Usage

# S4 method for SpatialLinesNetwork
summary(object, ...)

Arguments

object

The SpatialLinesNetwork

...

Arguments to pass to relevant summary function.

Examples

Run this code
# 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