rnet_get_nodes {stplanr}R Documentation

Extract nodes from route network

Description

Extract nodes from route network

Usage

rnet_get_nodes(rnet, p = NULL)

Arguments

rnet

A route network of the type generated by overline()

p

A point represented by an sf object the will split the route

Examples

rnet_get_nodes(route_network_sf)

[Package stplanr version 1.2.1 Index]