powered by
Plots the admissible range of flow variability
adm_range_plot(River_name, First_year, Last_year, Year_impact)
Name of the river as character (e.g.: River_name = "Esla")
First year to consider in the analysis starting on October 1st (e.g.: First_year = 1964)
First year to consider in the analysis finishing on September 30th (e.g.: Last_year = 2011)
Year when the human impact started (the construction of a dam) (e.g.: Year_impact = 1988)
Plots the admissible range of flow variability based on the flow data during the pre-impact period.
# NOT RUN { data(flowdata) adm_range_plot(River_name = "Esla", First_year=1964, Last_year=2011, Year_impact=1988) # }
Run the code above in your browser using DataLab