ggSpec.link: ggplot for Evenness 'ggSpec.link' The figure for estimation...

Description Usage Arguments Value References Examples

Description

ggplot for Evenness ggSpec.link The figure for estimation of Evenness with order q

Usage

1
ggSpec.link(outcome)

Arguments

outcome

a table generated from Spec.link function

Value

a figure of estimated sample completeness with order q

References

Chao,A.and Ricotta,C.(2019).Quantifying evenness and linking it to diversity, beta diversity, and similarity.

Examples

 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)

Chunger-Lo/iNEXT.link documentation built on Dec. 17, 2021, 2:05 p.m.