swli_results: Get SWLI estimates and uncertainty

View source: R/F_swliresults.R

swli_resultsR Documentation

Get SWLI estimates and uncertainty

Description

Get SWLI estimates and uncertainty

Usage

swli_results(obj)

Arguments

obj

An object of class BTFr from run_core

Value

Table of results and the corresponding plot

Examples


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)


ncahill89/BTF documentation built on Oct. 4, 2022, 5:18 a.m.