- octavpred
signature(object = "fitrad", 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 = "fitrad", y = "ANY")
: diagnostic
plots of the fitted model.
- show
signature(object = "fitrad")
: Displays object.
- nobs
signature(object = "fitrad")
: Displays number of
observations (number of species) in the data to which the model was fitted.
- pprad
signature(x = "fitrad", sad = "missing", coef =
"missing", trunc = "missing")
: plot of observed vs predicted
percentiles of the abundance distribution, details in
pprad
.
- qqrad
signature(x = "fitrad", sad = "missing", coef =
"missing", trunc = "missing")
: plot of observed vs predicted
quantiles of the abundance distribution, details in
qqrad.
- radpred
signature(object = "fitrad", 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
.