comp_metrics | R Documentation |
Calculates the relative abundance of particular taxa in the assemblage in percentage terms.
comp_metrics(dataset, store = FALSE, dec_c = ".", verbose = FALSE)
dataset |
A data.frame obtained from |
store |
A logical value indicating if the user want to store the results in a file. |
dec_c |
A character used for decimal separator on results file. |
verbose |
A logical value indicating if progress messages should be given. |
Provides information on the makeup of the assemblage and the relative contribution of the populations to the total fauna (Barbour et al., 1996).
This function returns a data.frame with all the calculated composition measures:
per_ephe |
% Ephemeroptera. |
per_molus |
% Mollusca. |
per_gastr |
%Gastropoda. |
per_biv |
%Bivalvia. |
per_crus |
%Crustacea. |
per_oli |
% Oligochaeta. |
per_amph |
% Amphipoda. |
per_ostr |
% Ostracoda. |
per_ephetricho |
% Ephemeroptera + Trichoptera. |
per_naid |
% Naididae. |
per_chir_dip |
% Diptera Chironomidae. |
per_non_chir_dip |
%Diptera no Chironomidae. |
per_polym |
%Polymitarcidae. |
per_hyal |
%Hyalella. |
per_coch |
%Cochliopidae. |
per_tricho |
%Trichoptera. |
per_subchiro |
%Chironominae. |
per_suborth |
%Orthocladiinae. |
per_subtany |
%Tanypodinae. |
Juan Manuel Cabrera and Julieta Capeletti.
Barbour MT, Gerritsen J, Griffith GE, Frydenborg R, McCarron E, White JS & Bastian ML (1996). A Framework for Biological Criteria for Florida Streams Using Benthic Macroinvertebrates. doi: 10.2307/1467948
read_data
#Load example data example_data #Run comp_metrics with that example_data compmetrics<-comp_metrics(example_data) #Check results compmetrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.