Network: Network class

Description Format Construction Fields Methods Note

Description

Network class. For creating a road network etc.

Format

R6::R6Class object inheriting from Environment<-Entity.

Construction

1
x <- Network$new()

Note that each row of the input data in .data must contain a linestring or a multilinestring feature which basically an edge of a graph.

Fields

Methods

Note

Network has a DataBackendDataTable object named "dodgr_graph" that basically transform its attribute data into a dodgr graph object. This is particularlly useful for path finding applications etc.


dymium-org/dymiumCore documentation built on July 18, 2021, 5:10 p.m.