powered by
BL.stepfun calculates a continous stepfunction of precipitation from the data.frame cells
BL.stepfun
data.frame
cells
BL.stepfun(cells)
data.frame of all cells containing information about occurence time, end time, intensity and storm index
sfn returns stepfunction of precipitation
# NOT RUN { 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) # }
Run the code above in your browser using DataLab