fst.ses.pd | R Documentation |
fst.ses.pd a function for calculating PD
fst.ses.pd(
comm,
phy,
null_model = "taxaShuffle",
nworkers = NULL,
ses = NULL,
runs = NULL
)
comm |
a matrix contains site * species information, note that it must be a matrix (will be automatically converted to sparse matrix) or sparse matrix. |
phy |
a phylogenetic (or generated from functional distance) tree |
null_model |
only implemented for taxaShuffle |
nworkers |
numbers of cores for calculating, by default it only 1 core will be used. |
ses |
a Boolean value indicates whether standardized form of PD will be calculated |
runs |
an integer indicates numbers of randomization, by default 999, can be set to smaller values for tesing. |
a tibble contains observed PD and standardized PD (when ses = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.