CalculateCN: Calculate the Curve Number from P and Q

View source: R/CalculateCN.R

CalculateCNR Documentation

Calculate the Curve Number from P and Q

Description

Calculate the Curve Number from P and Q

Usage

CalculateCN(dfTPQ, PQunits = "mm", plotOption = FALSE, verbose = FALSE)

Arguments

dfTPQ

data.frame containing 3 columns: Tr (return period), P (max precipitation) and Q (max discharge)

PQunits

units in which P and Q are expressed (default="mm")

plotOption

boolean, if TRUE (default) it prints a plot to show the division of the events

verbose

boolean, if TRUE it prints info messages (default = FALSE)

Value

Curve Number, in the range [0,100]


cvitolo/curvenumber documentation built on April 19, 2022, 3:33 a.m.