Description Usage Arguments Details Value Author(s) Examples
View source: R/EcolUtils_functions.R
This function generates one randomly rarefied community data frame through n
repeated independent rarefactions.
1 | rrarefy.perm(x, sample = min(rowSums(x)), n = 100, round.out = T)
|
x |
Community data, a matrix-like object. |
sample |
Subsample size ( |
n |
Number of independent rarefactions. |
round.out |
logical; should output be rounded. |
Function rrarefy.perm
generates one randomly rarefied community data frame by computing n
rarefied communities with rrarefy
in vegan and computing the mean.
The average value for each cell may (or may not) be rounded by using round.out
parameter.
Rarefied community.
Guillem Salazar <guillems@ethz.ch>
1 2 3 | library(vegan)
data(varespec)
rrarefy.perm(varespec*100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.