get_ind_val | R Documentation |
Conduct indicator species analsyis
get_ind_val(spe, grp, numitr = NULL, p.cut = NULL, p.adj = NULL, ...)
spe |
a data frame wirh row as observations (sites) while column as species |
grp |
a vector indicating the group of, it should be a factor |
numitr |
number of iteration,deafult numitr=999 |
p.cut |
significant levels, deafult p.cut=0.05 |
p.adj |
indicate whethe adjusted p value shoul be used, by default T |
... |
other param for function indval |
a dataframe with 5 columns i.e., species names (spe), group (group), indicator values (indval), pvalue, freq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.