get.bin.ages | R Documentation |
Gets time bins for a specific tree using stratigraphy
get.bin.ages(tree, what = "End", type = "Age", ICS = 2015)
tree |
A |
what |
Which data to output. Can be |
type |
The type of stratigraphic frame. Can be |
ICS |
The reference year of the International Commission on Stratigraphy (default = |
Thomas Guillerme
chrono.subsets
## Loading the data
data(BeckLee_tree)
data(BeckLee_mat50)
## Getting the stratigraphic data
stratigraphy <- get.bin.ages(BeckLee_tree)
## Making stratigraphic time subsets
chrono.subsets(BeckLee_mat50, tree = BeckLee_tree, method = "discrete",
time = stratigraphy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.