river_net | R Documentation |
river_net
objectriver_net
is a geospatial network structure of river data. It extends the tidy representation of geospatial network data from the sfnetwork
data structure.
river_net(
rivers,
barriers,
outlet,
poi = NULL,
invasions = NULL,
check = TRUE,
tolerance = NULL
)
rivers |
A |
barriers |
A |
outlet |
A |
poi |
A |
invasions |
A |
check |
A logical value, if |
tolerance |
A numeric value specifying the distance in map units that points should be snapped to rivers. Set to NULL by default. |
An object of class river_net
representing the river network formed by the geospatial lines and points provided.
## Not run: river_net(rivers = river_data, barriers = barrier_data, outlet = outlet_data)
## Not run: river_net(river_data, barrier_data, outlet_data, poi = extra_data)
## Not run: river_net(river_data, barrier_data, outlet_data, tolerance = 15
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.