calc_required_node_time {nodeSub} | R Documentation |
Calculate the required node time to obtain a desired fraction of substitutions at the node
Description
calculates the required node time to obtain a desired fraction of substitutions at the node
Usage
calc_required_node_time(phy = NULL, s = 0.5, model = "unlinked")
Arguments
phy |
phylogenetic tree |
s |
desired fraction |
model |
node substitution model, either "linked" or "unlinked". |
Value
expected fraction
[Package nodeSub version 1.2.8 Index]