get_dnltt: Compute the delta nLTT between two trees

View source: R/get_dnltt.R

get_dnlttR Documentation

Compute the delta nLTT between two trees

Description

Shortcut function calling nLTT::nltt_diff_exact_extinct()

Usage

get_dnltt(ltt_1, ltt_2)

Arguments

ltt_1

a tibble that contains the LTT of a tree, with columns time and N, e.g. the output of get_ltt_tbl().

ltt_2

a tibble that contains the LTT of another tree, with columns time and N, e.g. the output of get_ltt_tbl().

Value

a double, the delta nLTT between the two trees.


TheoPannetier/comrad documentation built on April 8, 2023, 8:06 a.m.