polygon.network-class {doolkit} | R Documentation |
S4 class for polygon networks
Description
Polygon networks are subgraphs made of polygons
(i) sharing topographic features and
(ii) in contact with the rest of the subgraph by at least 1 polygon edge.
Objects of S4 class polygon.network
are typically made using the function
poly.network
Slots
membership
a vector of numeric values specifying, for each triangle, the index number of the patch to which the triangle is assigned
faces
a vector of numeric values indicating the mesh triangle indexes
[Package doolkit version 1.42.2 Index]