barplotEQR {CARLIT}R Documentation

Plot Results of the carlit() Function.

Description

Uses the base function barplot() to plot EQR levels for each site and assigns colors according to the ecological quality of each.

Usage

barplotEQR(EQR.df)

Arguments

EQR.df

An object of the class data.frame obtained from the function carlit().

Value

A barplot.

Author(s)

Danilo Pecorino, Gina de la Fuente Mancebo, Xavier Torras

Examples

data(Community_data)
data(Sensitivity_list)
data(EQR_reference)
Results <- carlit(Community_data, Sensitivity_list, EQR_reference)
Results
barplotEQR(Results)

[Package CARLIT version 1.0 Index]