she | R Documentation |
This function implements the SHE method in community abundance datasets.
she(df, method)
df |
a numerical data frame with samples as columns and taxa as rows. |
method |
the method to be used, ( |
This method is intended to determine boundaries between abundance biozones, based in raw abundance (SHEbi) or in frequency (SHEbip) (Buzas et al. 1998, Wilson et al. 2010).
The custom plot produces a line plot with points on a ln abscissa and uses the axis
function, so a complete customization (i.e. side
) of the axes is not possible at this moment.
S |
richness values. |
H |
shannon diversity values. |
E |
equitability values. |
N or L |
number of specimens (N) or sites rank based on specimens frequency (L). |
This function implements great part of the process, but a small part must be caried out for the researcher when defining where to cut biozones before reruning the test.
For more details on other graphic prameters see par
.
Rodrigo Aluizio
Buzas, M.A. & Hayek, L.A.C. (1998). SHE analysis for biofacies identification. Journal of Foraminiferal Research 28 (3), 233-239.
Wilson, B., Dawe, R., Gopee, A., Grant, S., Kissoon, A., Young, T., Noon, C., McLean, A. & Singh, K. (2010). Determining Boundaries between Abundance Biozones Using Minimal Equipment. International Journal of Ecology 2010, 1-14.
data(LF)
MySHE <- she(LF, "abun")
plot(MySHE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.