summary_flow {FlowRegEnvCost}R Documentation

Provides a summary of flow data during the pre-impact period

Description

Provides a summary of flow data during the pre-impact period

Usage

summary_flow(First_year, Last_year, Year_impact)

Arguments

First_year

First year to consider in the analysis starting on October 1st (e.g.: First_year = 1964)

Last_year

First year to consider in the analysis finishing on September 30th (e.g.: Last_year = 2011)

Year_impact

Year when the human impact started (the construction of a dam) (e.g.: Year_impact = 1988)

Value

Provides a dataframe on a daily basis of mean, min, p10, p25, median, p75, p90 and max values during the pre-impact period.

Examples

data(flowdata)
summary_flow(First_year=1964, Last_year=2011, Year_impact=1988)

[Package FlowRegEnvCost version 0.1.1 Index]