View source: R/beta_div_test.R
LCBD_pq | R Documentation |
A wrapper for the adespatial::beta.div()
function in the case of physeq
object.
LCBD_pq(physeq, p_adjust_method = "BH", ...)
physeq |
(required): a |
p_adjust_method |
(chr, default "BH"): the method used to adjust p-value |
... |
Other arguments passed on to |
An object of class beta.div
see adespatial::beta.div()
function
for more information
Adrien Taudière
This function is mainly a wrapper of the work of others.
Please make a reference to adespatial::beta.div()
if you
use this function.
plot_LCBD_pq, adespatial::beta.div()
if (requireNamespace("adespatial")) {
res <- LCBD_pq(data_fungi_sp_known, nperm = 5)
str(res)
length(res$LCBD)
length(res$SCBD)
}
if (requireNamespace("adespatial")) {
LCBD_pq(data_fungi_sp_known, nperm = 5, method = "jaccard")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.