- octavpred
signature(object = "fitsad", sad = "missing",
rad = "missing", coef = "missing", trunc = "missing", oct = "ANY", S =
"missing", N = "missing")
: expected number of species per
abundance octave, see octav
and octavpred
.
- plot
signature(x = "fitsad", y = "ANY")
: diagnostic
plots of the fitted model.
- nobs
signature(object = "fitsad")
: Displays number of
observations (number of species) in the data to which the model was fitted.
- show
signature(object = "fitsad")
: Displays object.
- ppsad
signature(x = "fitsad", sad = "missing", coef =
"missing", trunc = "missing")
: plot of observed vs predicted
percentiles of the abundance distribution, details in
ppsad
.
- qqsad
signature(x = "fitsad", sad = "missing", coef =
"missing", trunc = "missing", distr = "missing")
: plot of observed vs predicted
quantiles of the abundance distribution, details in
qqsad.
- radpred
signature(object = "fitsad", sad = "missing",
rad = "missing", coef = "missing", trunc = "missing", distr =
"missing", S = "missing", N = "missing")
: expected abundances
of the 1st to n-th most abundant species, see rad
and radpred
.