
Last chance! 50% off unlimited learning
Sale ends in
This dataset represents road width for testing.
data(l_poly)
A SpatialPolygon
# 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)
# }
Run the code above in your browser using DataLab