| nodes {LinkedMatrix} | R Documentation |
Returns the Column or Row Indexes at Which Each Node Starts and Ends
Description
Returns the column or row indexes at which each node starts and ends.
Usage
nodes(x)
Arguments
x |
Either a |
Value
A matrix.
See Also
ColumnLinkedMatrix-class,
RowLinkedMatrix-class, and LinkedMatrix-class
for more information on the ColumnLinkedMatrix,
RowLinkedMatrix, and LinkedMatrix classes.
[Package LinkedMatrix version 1.4.0 Index]