SoilLoss {SoilConservation}R Documentation

Estimation soil losses by water erosion.

Description

The function estimates soil losses according to USLE and its revised versions (RUSLE).

Usage

SoilLoss(df_SoilLoss)

Arguments

df_SoilLoss

Data to be analyzed.

Value

result.A

Tabulated results of the A (Soil loss).

Author(s)

Dione Pereira Cardoso

Paulo Cesar Ossani

Junior Cesar Avanzi

References

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_SoilLoss)
SoilLoss <- SoilLoss(Data_SoilLoss[,2:6])
round(SoilLoss,2) # result Soil loss

[Package SoilConservation version 1.0.0 Index]