discretization {HyetosMinute}R Documentation

Discretize the continuous process

Description

The function discretization distributes the rainfall depths derived from continuous process to daily and hourly intervals.

Usage

 
discretization(cellor,cellend,cellint,length,
lengthcellor,fcellor,fcellend,ceilcellor)

Arguments

cellor

Vector of cell origins.

cellend

Vector of cell ends.

cellint

Vector of cell intensities.

length

An integer specifying the length of sequence.

lengthcellor

An integer specifying the length of cellor vector.

fcellor

Vector of cell origins.

fcellend

Vector of cell ends.

ceilcellor

Vector of cell origins.

Value

discrdepth

Vector of daily or hourly rainfall depths.

Author(s)

Kossieris Panagiotis pankoss@hotmail.com

References

http://itia.ntua.gr/el/docinfo/368/


[Package HyetosMinute version 2.1 Index]