Learn R Programming

CARLIT (version 1.0)

barplotEQR: 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.

Examples

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

Run the code above in your browser using DataLab