| DiversityCurve-class | R Documentation |
DiversityCurve defines diversity (D) scores over multiple diversity
orders (Q).
## S4 method for signature 'DiversityCurve'
print(x)
## S4 method for signature 'DiversityCurve,missing'
plot(x, y, ...)
## S4 method for signature 'DiversityCurve,numeric'
plot(x, y, ...)
x |
DiversityCurve object |
y |
diversity order to plot (q). |
... |
arguments to pass to plotDiversityCurve or plotDiversityTest. |
diversitydata.frame defining the diversity curve with the following columns:
group: group label.
q: diversity order.
d: mean diversity index over all bootstrap
realizations.
d_sd: standard deviation of the diversity index
over all bootstrap realizations.
d_lower: diversity lower confidence inverval bound.
d_upper: diversity upper confidence interval bound.
e: evenness index calculated as D
divided by D at Q=0.
e_lower: evenness lower confidence inverval bound.
e_upper: eveness upper confidence interval bound.
testsdata.frame describing the significance test results with columns:
test: string listing the two groups tested.
delta_mean: mean of the D bootstrap delta
distribution for the test.
delta_sd: standard deviation of the D
bootstrap delta distribution for the test.
pvalue: p-value for the test.
group_bystring specifying the name of the grouping column in diversity calculation.
groupsvector specifying the names of unique groups in group column in diversity calculation.
methodstring specifying the type of diversity calculated.
qvector of diversity hill diversity indices used for computing diversity.
nnumeric vector indication the number of sequences sampled in each group.
ciconfidence interval defining the upper and lower bounds (a value between 0 and 1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.