barplotEQR {CARLIT} | R Documentation |
Uses the base function barplot() to plot EQR levels for each site and assigns colors according to the ecological quality of each.
barplotEQR(EQR.df)
EQR.df |
An object of the class |
A barplot.
Danilo Pecorino, Gina de la Fuente Mancebo, Xavier Torras
data(Community_data) data(Sensitivity_list) data(EQR_reference) Results <- carlit(Community_data, Sensitivity_list, EQR_reference) Results barplotEQR(Results)