extract_niche_size {nichetools} | R Documentation |
extract niche size
Description
Extract niche size based on elliptical niche region of Bayesian estimates of
sigma created by function niw.post()
in the package
nicheROVER.
This function is a wrapper around nicheROVER::niche.size
.
Usage
extract_niche_size(data, name = NULL, prob = NULL)
Arguments
data |
a |
name |
a |
prob |
a |
Value
a tibble
containing three rows, sample_name
, id
, and niche_size
.
See Also
nicheROVER::niche.size()
and nicheROVER::niw.post()
Examples
extract_niche_size(data = niw_fish_post)
[Package nichetools version 0.2.0 Index]