| nLTTstat_exact | R Documentation |
This function takes two ultrametric phylogenetic trees,
calculates the normalized Lineage-Through-Time statistic
for both trees and then calculates the exact difference
between the two statistics.
Whereas the function nLTTstat uses an approximation
to calculate the difference (which is faster for large trees),
the function nLTTstat_exact calculates the exact difference,
and should generally be preferred.
Although the estimates are highly similar,
nLTTstat_exact tends to return slightly higher values.
nLTTstat_exact(tree1, tree2, distance_method = "abs",
ignore_stem = TRUE, log_transform = FALSE)
tree1 |
an object of class |
tree2 |
an object of class |
distance_method |
Chosen measurement of distance between the two nLTT curves,
options are (case sensitive): |
ignore_stem |
a boolean whether to ignore the stem length |
log_transform |
a boolean wether to log-transform the number of lineages before normalization |
The exact difference between the two nLTT statistics
Thijs Janzen
data(exampleTrees)
nltt_plot(exampleTrees[[1]])
nltt_lines(exampleTrees[[2]], lty = 2)
nLTTstat_exact(
exampleTrees[[1]],
exampleTrees[[2]],
distance_method = "abs",
ignore_stem = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.