inputCheck {cloneRate} | R Documentation |
Check the inputs to growth rate functions
Description
Check the validity of inputs to growth rate fns, making sure the tree is an ultrametric ape phylo object with reasonable alpha
Usage
inputCheck(tree, alpha)
Arguments
tree |
An ape tree subset to include only the clone of interest |
alpha |
Used for calculation of confidence intervals. 1-alpha confidence intervals used with default of alpha = 0.05 (95 percent confidence intervals) |
[Package cloneRate version 0.2.3 Index]