Calculates the exact difference between the nLTT curves of the branching times
nltt_diff_exact_brts(
b_times,
lineages,
b_times2,
lineages2,
distance_method = "abs",
time_unit = "since"
)
branching times of the first phylogeny,
the number of lineages, usually one to the number of lineages
branching times of the first phylogeny
the number of lineages, usually one to the number of lineages
how the difference between the two nLTTs is summed
"abs: "the absolute distance between the two nLTTs is summed
"squ: "the squared distance between the two nLTTs is summed
the time unit of the branching times
"ago: "the branching times are postive, as these are in time units ago
"since: "the branching times are negative, as these are in time units since present
Thijs Janzen and Richèl Bilderbeek