l_poly {stplanr}R Documentation

Line polygon

Description

This dataset represents road width for testing.

Usage

data(l_poly)

Format

A SpatialPolygon

Examples

## Not run: 
l <- routes_fast[13, ]
l_poly <- geo_projected(l, rgeos::gBuffer, 8)
plot(l_poly)
plot(routes_fast, add = TRUE)
# allocate road width to relevant line
devtools::use_data(l_poly)

## End(Not run)

[Package stplanr version 0.8.7 Index]