road_length | R Documentation |
Length of roads in a basin
road_length(road_shapefile, basin_shapefile)
road_shapefile |
Required. Shapefile containing roads. |
basin_shapefile |
Required. Shapefile of basin boundary. |
Returns a vector of the total length of roads (km), basin area (km2) and density of roads (km/km2).
## Not run: road_length("basin5roads.shp", "basin5.shp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.