Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

aggreg.stability

Soil Aggregate-Size Distribution


Description

It calculates the mean weight diameter (MWD), the geometric mean diameter (GMD) and the soil aggregates size distribution per class based on the mass of the aggregates retained in each sieve from a total soil mass used for the soil aggregate stability test.

Usage

aggreg.stability(sample.id = NA, dm.classes, aggre.mass)

Arguments

sample.id

optional; a character vector containing the sample names.

dm.classes

a numeric vector containing the aggregates classes, in mm.

aggre.mass

a data.frame consisting of columns with soil aggregates mass (g) of each one of the corresponding dm.classes.

Details

The user must arrange a data.frame with lines representing the samples and the columns representing the mass of the aggregates retained in each one of the meshes (corresponding to each size class) in the aggregate stability test.

Value

A data.frame containing valor of MWD, GMD, total soil mass (total.mass) used in the aggregate stability test and the percentage of soil aggregate size distribution per class.

Author(s)

Renato Paiva de Lima <renato_agro_@hotmail.com>

References

W. Kemper, W. Chepil. (1965). Size distribution of aggregates. C. Black (Ed.). Methods of Soil Analysis, American Society Agronomy, Madison. pp. 499-510.

Yoder, R. A. (1936). A direct method of aggregate analysis of soils and a study of the physical nature of erosion losses. Journal of the American Society of Agronomy, 28:337-351.

Examples

data(SoilAggregate)
classes <- c(3, 1.5, 0.75, 0.375, 0.178, 0.053)
aggreg.stability(sample.id = SoilAggregate[ ,1], 
   dm.classes = classes, aggre.mass = SoilAggregate[ ,-1])

# End (not run)

soilphysics

Soil Physical Analysis

v4.0
GPL (>= 2)
Authors
Anderson Rodrigo da Silva [aut, cre] (<https://orcid.org/0000-0003-2518-542X>), Renato Paiva de Lima [aut] (<https://orcid.org/0000-0003-0524-439X>)
Initial release
2020-12-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.