import_points | R Documentation |
Reads and prepares geospatial point data for use with river_net()
.
import_points(pts, type)
pts |
A character string specifying the path to a shapefile of points,
or an |
type |
A character string indicating the type of points. Must be one of:
|
An object of class barriers
or outlet
depending on type
,
prepared for use with river_net()
.
import_points(yamaska_barriers, type = "bars")
import_points(yamaska_outlet, type = "out")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.