Skip to contents

Summary of the reference values in the stations

Usage

references_plot(annual_data)

Arguments

annual_data

data frame. Sources of nutrient for each year and catchments.

Value

A barplot, a histogram-density and a boxplot

Examples

# \donttest{
# the data of the TN scenario
data(annual_data_TN)
references_plot(annual_data_TN)


# }