RFactor {RainfallErosivityFactor}R Documentation

The Rainfall RFactor function- Computes Erosivity Factor

Description

Function for determination of rainfall runoff erosivity factor.

Usage

  RFactor(Data,initialmonth,months,registration,nyear)

Arguments

Data

Example data set

initialmonth

First month, data set

months

Total number of months of the data set

registration

Record of rainfall relative to 5 or 10 or 15 minute

nyear

Number Years relative to the size of the historical series

Details

follow the steps:

References

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

Examples

  # Example
  library(RainfallErosivityFactor)
  data(RainFallExample, package="RainfallErosivityFactor")
  RFactor(RainFallExample,1,24,10,2)

[Package RainfallErosivityFactor version 1.0.0 Index]