Delineate the space surrounding a river
Usage
delineate_riverspace(
river,
occluders = NULL,
density = 1/50,
ray_num = 40,
ray_length = 100
)
Examples
if (FALSE) { # \dontrun{
if (!requireNamespace("CRiSpData", quietly = TRUE)) {
message("Install CRiSpData from GitHub to run this example.")
} else {
delineate_riverspace(CRiSpData::bucharest_osm$river_surface,
CRiSpData::bucharest_osm$buildings)
}
} # }