Learn R Programming

inldata (version 1.0.3)

roads: Primary and Secondary Roads

Description

Primary and secondary roads in the vicinity of Idaho National Laboratory, eastern Idaho.

Usage

roads

Arguments

Format

A SpatialLinesDataFrame of the sp package with 1,616 features and 5 variables. See projection dataset for coordinate reference system information.

Examples

Run this code
# NOT RUN {
inlmisc::PlotMap(roads, dms.tick = TRUE,
                 roads = list(roads, "lwd" = 1))
sp::plot(roads[roads@data$PRISEC, ], col = "red", add = TRUE)
str(roads@data)

# }

Run the code above in your browser using DataLab