incidence: Incidence matrix of a geometric network

View source: R/matrices.R

incidenceR Documentation

Incidence matrix of a geometric network

Description

incidence constructs the incidence matrix of a geometric network from the vertices and the curve segments.

Usage

incidence(vertices, lins)

Arguments

vertices

A data frame containing the vertices of the geometric network.

lins

A data frame containing the curve segments of the geometric network.

Value

The incidence matrix of dimension W by M.

Author(s)

Marc Schneble marc.schneble@stat.uni-muenchen.de


MarcSchneble/geonet documentation built on Jan. 28, 2023, 7:49 p.m.