RFactor: The Rainfall RFactor function- Computes Erosivity Factor

Description Usage Arguments Details References Examples

Description

Function for determination of rainfall runoff erosivity factor.

Usage

1
  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

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

RainfallErosivityFactor documentation built on May 1, 2019, 8:36 p.m.