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

Description Usage Arguments Value Author(s) See Also

View source: R/abstraction.default.R

Description

instantiates an object from class of abstraction

Usage

1
2
3
4
## Default S3 method:
abstraction(rainfall,
        abstractionParams=list(canopyAbstraction=NULL,
                               surfaceAbstraction=NULL))

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.