is_split {klassR} | R Documentation |
Given a graph and a node, determine if the node is a split code.
Description
Given a graph and a node, determine if the node is a split code.
Usage
is_split(graph, node)
Arguments
graph |
A graph generated by |
node |
A node as returned by |
Details
The function will attempt to reconcile nodes that have split and
then later merged again. A node is considered to be split if there is more
than one node that does not itself have children (i.e. nodes at the end of
a sequence of changes) that can be reached from node
Value
TRUE
if the node is split, otherwise FALSE
.
[Package klassR version 1.0.1 Index]