shuffle_comm | R Documentation |
Shuffle a community site x species matrix
shuffle_comm(comm, swap)
comm |
site x species matrix with abundance or pres/absen data |
swap: |
two options: 'indiv' or 'quad' for individual or quadrat-based shuffling |
x = matrix(1:100, 10, 10) shuffle_comm(x, 'quad') shuffle_comm(x, 'indiv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.