scaleBranches {dowser} | R Documentation |
Scale branch lengths to represent either mutations or mutations per site.
Description
scaleBranches
Branch length scaling function.
Usage
scaleBranches(clones, edge_type = "mutations")
Arguments
clones |
a tibble of |
edge_type |
Either |
Details
Uses clones$trees[[1]]$edge_type to determine how branches are currently scaled.
Value
A tibble with phylo
objects that have had branch lengths
rescaled as specified.
See Also
[Package dowser version 2.2.0 Index]