Learn R Programming

meshsimp (version 0.1.1)

get.edges: Get the list of edges from an object of class RcppSimplification.

Description

Get the list of edges from an object of class RcppSimplification.

Usage

get.edges(x)

Arguments

x

An object of class RcppSimplification.

Value

A #edges-by-2 matrix, where the \(i\)-th row stores the identifiers of the vertices at the end-points of the \(i\)-th edge.

See Also

simplify.mesh.2.5D