.NormalizeStatus {Quartet} | R Documentation |
Normalize element statuses to generate metric
Description
Handles vectors and matrices of two or three dimensions.
Usage
.NormalizeStatus(elementStatus, numerator, denominator, takeFromOne)
Arguments
elementStatus |
Two-dimensional integer array, with rows corresponding to
counts of matching quartets or partitions for each tree, and columns named
according to the output of |
numerator , denominator |
Character vector listing elements to sum in numerator / denominator. |
takeFromOne |
Logical specifying whether to deduct value from one. |
[Package Quartet version 1.2.7 Index]