| extract_mu {nichetools} | R Documentation |
extract \mu
Description
Extract Bayesian estimates of \mu from data objects created by
nicheROVER or
SIBER.
Usage
extract_mu(
data,
pkg = NULL,
isotope_a = NULL,
isotope_b = NULL,
data_format = NULL
)
Arguments
data |
a |
pkg |
a |
isotope_a |
a |
isotope_b |
a |
data_format |
a |
Value
Returns a tibble of extracted estimates of \mu created by the
function niw.post() or siberMVN() in the packages
nicheROVER.
and SIBER.
The tibble will contain five columns in the following order, metric,
sample_name, sample_number, and the names of the isotope
columns supplied to niw.post() or siberMVN() (e.g., d13c and d15n ).
See Also
nicheROVER::niw.post() and SIBER::siberMVN()
Examples
extract_mu(
data = niw_fish_post
)
extract_mu(
data = post_sam_siber,
pkg = "SIBER"
)