KFactor {SoilConservation}R Documentation

Estimates soil erodibility.

Description

The function estimates the soil erodibility factor.

Usage

KFactor(df_kfactor)

Arguments

df_kfactor

Data to be analyzed.

Value

kfactor

Tabulated results of the k factor.

Author(s)

Dione Pereira Cardoso

Paulo Cesar Ossani

Junior Cesar Avanzi

References

Godoi, R. F.; Rodrigues, D. B.; Borrelli, P.; Oliveira, P. T. S. (2021). “High-resolution soil erodibility map of Brazil”. Science of The Total Environment, v. 781, p. 146673. <doi:10.1016/j.scitotenv.2021.146673>.

Wischmeier, W. and Smith, D. (1978). Predicting rainfall erosion losses: a guide to conservation planning. Agricultural Handbook No. 537. U.S. Department of Agriculture, Washington DC, USA. <https:...>

Examples

data(Data_Erodibility)
kfactor <- KFactor(Data_Erodibility)
round(kfactor,6) # result K factor

[Package SoilConservation version 1.0.0 Index]