samptot | R Documentation |
Standardizes a community data set to a sample total standardization.
samptot(comm)
comm |
a community matrix (samples as rows, species as columns) |
This function simply calculates row sums for the community matrix and then divides all values in that row by the appropriate sum so that all samples total to 1.0.
A data frame of sample total standardized community data.
David W. Roberts droberts@montana.edu
spcmax, abundtrans
data(bryceveg)
stveg <- samptot(bryceveg)
apply(stveg,1,sum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.