BL.stepfun: BLRPM continous stepfunction of precipitation

Description Usage Arguments Value Author(s) Examples

View source: R/BLRPM.R

Description

BL.stepfun calculates a continous stepfunction of precipitation from the data.frame cells

Usage

1
BL.stepfun(cells)

Arguments

cells

data.frame of all cells containing information about occurence time, end time, intensity and storm index

Value

sfn returns stepfunction of precipitation

Author(s)

Christoph Ritschel christoph.ritschel@met.fu-berlin.de

Examples

1
2
3
4
5
6
7
8
lambda <- 4/240
gamma <- 1/10
beta <- 0.3
eta <- 2
mux <- 4
t.sim <- 240
simulation <- BL.sim(lambda,gamma,beta,eta,mux,t.sim)
stepfun <- BL.stepfun(simulation$cells)

Example output

Loading required package: R6

BLRPM documentation built on May 2, 2019, 9:23 a.m.

Related to BL.stepfun in BLRPM...