plot_N {mobr} | R Documentation |
Plot the relationship between the number of plots and the number of individuals
Description
The MoB methods assume a linear relationship between the number of plots and the number of individuals. This function provides a means of verifying the validity of this assumption
Usage
plot_N(comm, n_perm = 1000)
Arguments
comm |
community matrix with sites as rows and species as columns |
n_perm |
number of permutations to average across, defaults to 1000 |
Author(s)
Dan McGlinn
Examples
data(inv_comm)
plot_N(inv_comm)
[Package mobr version 2.0.2 Index]