impact_reg_multi_plot: Plots the daily environmental impact of flow regulation for...

Description Usage Arguments Value Examples

Description

Plots the daily environmental impact of flow regulation for multiple years

Usage

1
2
impact_reg_multi_plot(Row, Column, sp_years, River_name, First_year, Last_year,
  Year_impact)

Arguments

Row

Number of rows in the figure to compare multiple years in separated graphs (e.g.: Row = 2)

Column

Number of columns in the figure to compare multiple years in separated graphs (e.g.: Column = 5)

sp_years

A vector specifying the years to be plotted (e.g.: sp_years = c(1965,1966,1967,1968,1969,2006,2007,2008,2009,2010))

River_name

Name of the river written as character (e.g.: River_name = "Esla")

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

Plots the daily environmental impact of flow regulation for multiple years.

Examples

1
2
3
4
5
data(flowdata)
impact_reg_multi_plot(Row = 1,Column = 2,
sp_years = c(1965,2010),
River_name = "Esla", First_year=1964, Last_year=2011,
Year_impact=1988)

FlowRegEnvCost documentation built on May 2, 2019, 7:17 a.m.