powered by
Extract Bayesian estimates of similarities among groups produced by the following function overlap() in the package nicheROVER.
overlap()
extract_overlap(data, name_a = NULL, name_b = NULL)
A tibble containing five rows, sample_name_a, id, sample_name_b, sample_number, and niche_overlap.
tibble
sample_name_a
id
sample_name_b
sample_number
niche_overlap
a array object containing matrices created by the function overlap() in the package nicheROVER.
array
matrices
character string to supply for the first sample_name used in overlap(). Defaults to "sample_name_a".
sample_name
"sample_name_a"
character string to supply for the second sample_name used in overlap(). Defaults to "sample_name_b".
"sample_name_b"
nicheROVER::overlap()
extract_overlap(data = over_stat)
Run the code above in your browser using DataLab