Sample total standardization
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.
spcmax, abundtrans
data(bryceveg) stveg <- samptot(bryceveg) apply(stveg,1,sum)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.