Description Usage Arguments Value Author(s) Examples
View source: R/DAISIE_get_brts_mya.R
Extract the sorted branching times, in million years ago. from a data table
1  | DAISIE_get_brts_mya(data_table)
 | 
data_table | 
 data table  | 
the sorted branching times, in million years ago
Richel J.C. Bilderbeek
1 2 3 4  |   data(Galapagos_datatable)
  brts_mya <- DAISIE_get_brts_mya(data_table = Galapagos_datatable)
  testit::assert(length(brts_mya) > 1)
  testit::assert(all(brts_mya > 0))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.