Learn R Programming

mobr (version 3.0.0)

plot_N: 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

Dan McGlinn

Examples

Run this code
data(inv_comm)
plot_N(inv_comm)

Run the code above in your browser using DataLab