abstraction.base: base function for class of 'abstraction'

Description Usage Arguments Value Author(s) See Also

View source: R/abstraction.base.R

Description

instantiates an object from class of abstraction

Usage

1
2
## S3 method for class 'base'
abstraction(rainfall,abstractionParams)

Arguments

rainfall

a vector : a time series of precipitation hyetograph (mm)

abstractionParams

a list: including parameters of simple surface and simple canopy methods.

  • canopyAbstraction depth of canopy abstraction in (mm). default to zero

  • surfaceAbstraction depth of surface abstraction in (mm). default to zero

Value

a list: an object from class of abstraction

Author(s)

Rezgar Arabzadeh

See Also

createSubbasin


RHMS documentation built on Sept. 27, 2021, 5:06 p.m.