.CombineResults {TreeSearch} | R Documentation |
Combine two edge matrices
Description
Combine two edge matrices
Usage
.CombineResults(x, y, stage)
.ReplaceResults(old, new, stage)
Arguments
x , y |
3D arrays, each slice containing an edge matrix from a tree
of class |
stage |
Integer specifying element of |
old |
old array of edge matrices with |
new |
new array of edge matrices. |
Value
A single 3D array containing each unique edge matrix from (x
and)
y
, with a firstHit
attribute as documented in MaximizeParsimony()
.
Author(s)
Martin R. Smith (martin.smith@durham.ac.uk)
[Package TreeSearch version 1.5.1 Index]