abundance.summary | R Documentation |
This function summarizes abundance data based on specified groups.
abundance.summary(
data,
group,
istotal = FALSE,
.summary = function(x) mean(x),
.error = function(x) sd(x)
)
data |
The data frame containing abundance data. |
group |
A vector specifying the group membership for each sample. |
istotal |
Logical. If is true, the total summary table of lipid type, carbon number and unsaturation rate will be generated. |
.summary |
A function to summarize abundance data within each group (default is mean). |
.error |
A function to compute error measures within each group (default is standard deviation). |
A data frame summarizing abundance data by species, group, lipid type, carbon number, and unsaturation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.