stormp: Extracts a set of hyetographs for POT events

Description Usage Arguments Value Examples

Description

The function extracts hyetographs for the POT rainfall events

Usage

1
2
stormp(pathmain = NULL, prpFt, prpWt, prpSpt, prpSt, p1, durt,
  writeResults = FALSE, PDFplots = TRUE)

Arguments

pathmain

path to data, not needed if writeResults=FALSE

prpFt, prpWt, prpSpt, prpSt

dataframes that contain the POT for each season, not needed if writeResults=TRUE path

p1

dataframe of precipitation data with 1 hour timestep with columns Date "%d/%m/%Y", time=%H:%M:%S" and value)

durt

critical duration

prp

output from rainPOT

Value

if writeResults is TRUE the results are saved in the directory pathmain if FALSE a list that contains dataframes of hyetographs for each season is returned

Examples

1
2
3
4
## Not run: 
  h=stormp(prpFt=d$pF,prpWt=d$PW,prpSpt=d$PSp,prpSt=d$PS,p1,durt=24,writeResults=FALSE,PDFplots=FALSE)

## End(Not run)

valeriyafilipova/StochasticPQRUT documentation built on May 26, 2019, 5:34 a.m.