View source: R/ch_volcano_pourpoints.R
ch_volcano_pourpoints | R Documentation |
Creates a file of pour points for the volcano
DEM. The
pour points define the outlets of sub-basins. These pour points are used
by examples within other functions.
ch_volcano_pourpoints(pp_shp)
pp_shp |
Name for shapefile to hold pour points |
Returns an sf object containing 2 pour points for the
volcano
DEM. The pour points are also written to the specified file.
Dan Moore and Kevin Shook
ch_volcano_raster
ch_wbt_pourpoints
pourpoint_file <- tempfile("volcano_pourpoints", fileext = c(".shp"))
pourpoints <- ch_volcano_pourpoints(pourpoint_file)
plot(pourpoints)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.