extract_overlap {nichetools} | R Documentation |
extract overlap
Description
Extract Bayesian estimates of similarities among groups produced by the
following function overlap()
in the package
nicheROVER.
Usage
extract_overlap(data, name_a = NULL, name_b = NULL)
Arguments
data |
a |
name_a |
character string to supply for the first
|
name_b |
character string to supply for the second
|
Value
A tibble
containing five rows, sample_name_a
, id
,
sample_name_b
, sample_number
, and niche_overlap
.
See Also
Examples
extract_overlap(data = over_stat)
[Package nichetools version 0.2.0 Index]