plot_alphaDiversity_rapidGrowth_tttest_boxplots: Create boxplots of diversity indices by rapid growth status.

Description Usage Arguments Value Author(s) Examples

Description

Create boxplots of diversity indices by rapid growth status. The title of the box plot will include the t-statistic and a p-value generated by a t-test to determine differences in diversity indices by rapid growth status.

Usage

1
plot_alphaDiversity_rapidGrowth_ttest_boxplots(variable = "shannonDiversity",variableName = "Shannon Diversity")

Arguments

variable

Diversity index to be plotted. Default is "shannonDiversity". Other options are strictly: "richness","evenness" and "numSeqPerSample"

variableName

Name of diversity index to be plotted. Default is "Shannon Diversity". Other options suggested options are: "Richness","Evenness" and "Number Sequences /Sample". These names should be related to the "variable" being plotted.

Value

None

Author(s)

Roshonda Barner Jones

Examples

1
2
3
 plot_alphaDiversity_rapidGrowth_ttest_boxplots()
 plot_alphaDiversity_rapidGrowth_ttest_boxplots(variable = "shannonDiversity",variableName = "Shannon Diversity")
 plot_alphaDiversity_rapidGrowth_ttest_boxplots(variable = "srichness",variableName = "Richness")

rbarner/rapidInfantGrowthMB documentation built on Sept. 30, 2020, 12:05 a.m.