Description Usage Arguments Value References Examples
ggplot for Evenness
ggSpec.link
The figure for estimation of Evenness with order q
1 | ggSpec.link(outcome)
|
outcome |
a table generated from |
a figure of estimated sample completeness with order q
Chao,A.and Ricotta,C.(2019).Quantifying evenness and linking it to diversity, beta diversity, and similarity.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
data(Norfolk)
Est <- Spec.link(data = Norfolk, diversity = 'TD', datatype = "abundance", q = c(0,1,2),
nboot = 30, method = "Estimated")
Emp <- Spec.link(data = Norfolk, diversity = 'TD', datatype = "abundance", q = c(0,1,2),
nboot = 30, method = "Empirical")
ggSpec(output = Est)
ggSpec(output = Emp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.