import_points: Prepare point data for 'river_net' connectivity analyses

View source: R/import.R

import_pointsR Documentation

Prepare point data for river_net connectivity analyses

Description

Read and prepare geospatial point data for dci.

Usage

import_points(pts, type)

Arguments

pts

A character string or sf object, the path to a shapefile of points or sf object of points.

type

A character string, either of “barrier”, “outlet”, or “poi” specifying the type of point.

Value

Object of class barriers, outlet, or poi prepared for input to river_net

Examples

## Not run:  import_points(pts = path_to_shapefile)
## Not run:  import_points(pts = sf_point_object)

aarkilanian/dci documentation built on Feb. 5, 2024, 7:12 p.m.