Spec.link: Specialization Estimation of Evenness with order q

Description Usage Arguments Value Examples

Description

Spec.link computes Evenness Estimation of Evenness with order q.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Spec.link(
  data,
  q = seq(0, 2, 0.2),
  diversity = "TD",
  datatype = "abundance",
  method = "Estimated",
  nboot = 30,
  conf = 0.95,
  E.class = c(1:5),
  C = NULL
)

Arguments

outcome

the outcome of the functions ObsND .

Value

A list of estimated(empirical) evenness with order q. Different lists represents different classes of Evenness. Each list is combined with order.q and sites. If "method" is estimated, then fist list will be named "C" which means the maximum standardized coverage between all double reference sample size.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
data(Norfolk)
Est <- Spec.link(x = Norfolk, datatype = "abundance", q = c(0,1,2),
nboot = 30, method = "Estimated")
Emp <- Spec.link(x = Norfolk, datatype = "abundance", q = c(0,1,2),
nboot = 30, method = "Empirical")
Est
Emp
ggSpec(Est)
ggSpec(Emp)

## End(Not run)

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