Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates Heip's Evenness Index (HE) of the community for j areas and i years.
1 | heips(X, groups, species.table = NULL, metric = "ABUNDANCE", years)
|
X |
A dataframe of fishery independent data derived from research vessel
survey data or model output, with columns |
groups |
A vector indicating the species group(s) for which to calculate
the indicator. If |
species.table |
A table where the column names match the entries in
|
metric |
A character string indicating which column in |
years |
A vector of years for which to calculate indicator. |
Heip's Evenness Index (HE):
HE = (exp^{H'} - 1)/(S - 1)
where H' is Shannon's index of diversity and S is species richness. This index ranges from 0 to 1 and measures how equally the species richness contributes to the total abundance or biomass of the community (Heip, 1974).
Returns a dataframe with columns ID
and YEAR
, and a
column Heips_group
for each entry in groups
.
If there is no data for spatial scale j in year i, indicator value is assigned NA.
Danielle Dempsey Danielle.Dempsey@dfo-mpo.gc.ca, Adam Cook, Catalina Gomez, Alida Bundy
Bundy A, Gomez C, Cook AM. 2017. Guidance framework for the selection and evaluation of ecological indicators. Can. Tech. Rep. Fish. Aquat. Sci. 3232: xii + 212 p.
Heip C. 1974. A new index measuring evenness. J. Mar. Biol. Asso. UK 54: 555-557.
Kenchington T, Kenchington E (2013) Biodiversity Metrics for Use in the Ecosystem Approach to Oceans Management. Can. Tech. Rep. Fish. Aquat. Sci. 3059: vi+188p.
Other biodiversity indicators: allBiodiversity
,
hillN1
, hillN2
,
kemptonQ
, margalef
,
pielouEvenness
, shannon
,
speciesRichness
1 2 |
ID YEAR Heips_ALL
1 AREA1 2014 0.03451677
2 AREA1 2015 0.03554582
3 AREA1 2016 0.02423430
4 AREA1 2017 0.03697932
5 AREA1 2018 0.04346835
6 AREA1 2019 0.01623299
7 AREA2 2014 0.04080906
8 AREA2 2015 0.04981550
9 AREA2 2016 0.03883658
10 AREA2 2017 0.04511681
11 AREA2 2018 0.02772110
12 AREA2 2019 0.03595488
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.