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


geonet documentation built on July 11, 2022, 9:08 a.m.