nltt_diff_exact_brts {nLTT} | R Documentation |
Calculates the exact difference between the nLTT curves of the branching times
Description
Calculates the exact difference between the nLTT curves of the branching times
Usage
nltt_diff_exact_brts(
b_times,
lineages,
b_times2,
lineages2,
distance_method = "abs",
time_unit = "since"
)
Arguments
b_times |
branching times of the first phylogeny, |
lineages |
the number of lineages, usually one to the number of lineages |
b_times2 |
branching times of the first phylogeny |
lineages2 |
the number of lineages, usually one to the number of lineages |
distance_method |
how the difference between the two nLTTs is summed
|
time_unit |
the time unit of the branching times
|
Author(s)
Thijs Janzen and Richèl Bilderbeek
[Package nLTT version 1.4.9 Index]