View source: R/F_swliresults.R
swli_results | R Documentation |
Get SWLI estimates and uncertainty
swli_results(obj)
obj |
An object of class |
Table of results and the corresponding plot
test_modern_mod <- run_modern(
modern_elevation = NJ_modern_elevation,
modern_species = NJ_modern_species,
n.iter = 10,
n.burnin = 1,
n.thin = 1
)
test_core_mod <- run_core(test_modern_mod,
core_species = NJ_core_species,
n.iter = 10,
n.burnin = 1,
n.thin = 1
)
swli_results(test_core_mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.