Learn R Programming

stplanr (version 0.4.0)

l_poly: Line polygon

Description

This dataset represents road width for testing.

Usage

data(l_poly)

Arguments

Format

A SpatialPolygon

Examples

Run this code
# NOT RUN {
l <- routes_fast[13, ]
l_poly <- buff_geo(l, 8)
plot(l_poly)
plot(routes_fast, add = TRUE)
# allocate road width to relevant line
devtools::use_data(l_poly)
# }

Run the code above in your browser using DataLab