CARLIT-package {CARLIT} | R Documentation |
Functions to calculate and plot ecological quality ratios (EQR) as specified by Ballesteros et al. 2007.
Package: | CARLIT |
Type: | Package |
Version: | 1.0 |
Date: | 2015-03-17 |
License: | GPL-2 |
The function carlit() caclulates EQR values for each site of a dataset. If saved in an object, results can then be plotted with the function barplotEQR(object name).
Danilo Pecorino, Gina de la Fuente Mancebo, Xavier Torras
Maintainer: Danilo Pecorino <danilo.pecorino@gmail.com>
Ballesteros E., Torras X., Pinedo S., Garcia M., Mangialajo L., de Torres M. (2007) A new methodology based on littoral community cartography dominated by macroalgae for the implementation of the European Water Framework Directive. Marine Pollution Bulletin 55: 171-180.
data(Community_data) data(Sensitivity_list) data(EQR_reference) Results <- carlit(Community_data, Sensitivity_list, EQR_reference) Results barplotEQR(Results)