Calculates the exact, difference between the lineage through time curves of tree1 & tree2 (normalized in time and for the number of lineages)
nltt_diff_exact(
tree1,
tree2,
distance_method = "abs",
ignore_stem = TRUE,
log_transform = FALSE
)
(scalar) normalized Lineage-Through-Time difference between tree1 & tree2
(phylo) First phylogenetic tree
(phylo) Second phylogenetic tree
(string) absolute, or squared distance?
(logical) Should the phylogeny its stem be ignored?
(logical) Should the number of lineages be log-transformed before normalization?
Thijs Janzen