View source: R/runout_geometry.R
runoutGeom | R Documentation |
Computes runnout attributes: width, length, area, max. min. elevation, and surface area using Spatial Polygons and a DEM
runoutGeom(runout_plys, elev, ID = NULL)
runout_plys |
A SpatialPolygonsDataFrame of runout tracks |
elev |
A RasterLayer DEM |
ID |
NOT SURE... |
A data frame containing runout geometries
## Not run:
# Load elevation model (DEM)
slide_geom <- runoutGeom(slide_plys, dem)
slide_geom
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.