roads: Primary and Secondary Roads

Description Usage Format Source Examples

Description

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

Usage

1

Format

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

Source

U.S. Department of Commerce, U.S. Census Bureau, Geography Division/Cartographic Products Branch. Spatial extract from the Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB), 2019 data collection, released April 2, 2020.

Examples

1
2
3
4
inlmisc::PlotMap(roads, dms.tick = TRUE,
                 roads = list(roads, "lwd" = 1))
sp::plot(roads[roads@data$PRISEC, ], col = "red", add = TRUE)
str(roads@data)

inldata documentation built on Sept. 17, 2020, 5:08 p.m.