compareIHA: Compare IHA Results

Description Usage Arguments Value Examples

Description

Compare the results of two IHA analyses, e.g. pre- and post-impact periods.

Usage

1
compareIHA(pre, post)

Arguments

pre

The pre-impact IHA statistics, i.e. the output of IHA(...).

post

The post-impact IHA statistics.

Value

A dataframe containing the IHA deviation factors.

Examples

1
2
3
4
data(siouxcity)
pre = IHA(siouxcity['2004/2009'], ut = 32000, lt = 12000)
post = IHA(siouxcity['2010/2014'], ut = 32000, lt = 12000)
compareIHA(pre, post)

mkoohafkan/flowregime documentation built on May 23, 2019, 2:02 a.m.