Learn R Programming

nodeSub (version 1.2.8)

calc_required_node_time: 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")

Value

expected fraction

Arguments

phy

phylogenetic tree

s

desired fraction

model

node substitution model, either "linked" or "unlinked".