ff.index: F factor

Description Usage Arguments Value Author(s) References Examples

View source: R/ff.index.r

Description

It calculates the Approximated Rainfall Erosivity Factor according to the ff index.

Usage

1
ff.index(object)

Arguments

object

is a daily or monthly precipitation serie

Value

the ff index in millimeters

Author(s)

Lucas Venezian Povoa

References

Ferro, V., Giordano, G., Iovino, M. (1991). Isoerosivity and Erosion Risk Map for Sicily. Hydrolog. Sci. J. 36, 549-564

Examples

1
2
3
4
5
6
7
##
# Loading the daily precipitation serie.
data(daily)

##
# Calculating ff index
ff.index(daily)

lucasvenez/precintcon documentation built on May 21, 2019, 8:53 a.m.