Description Usage Arguments Details Value Author(s) See Also Examples
Returns sample quantiles corresponding to the given probabilities for each species in each partition or for the whole data set.
1 2 3 4 5 6 |
x |
A |
probs |
numeric vector of probabilities. See |
na.rm |
Not used. A community matrix in vegsoup is not allowd to have |
names |
Not used. |
type |
Selecting one of the nine quantile algorithms. See |
coverscale |
Recode abundances and return orginal scale. Only applies if |
... |
Not used. |
If the input object has layers the summary statistics are calculated for each layer. If abundances are ordinal as.numeric(obj)
is used to obtain numeric values for calculation. If coverscale = TRUE
results are back converted to ordinal scale (e.g. Braun-Blanquet scale), otherwise will be returned as class midpoints as defiuned in coverscale(x)
. Note, suppling presence/absence data is supported, however, results may be meaningless.
For Vegsoup
objects values for the whole (unpartitioned) data set are returned.
An array with as many dimensions as length(probs)
containing the summary information of quantile
for a species by cluster matrix.
Roland Kaiser
boxplot.stats
, fivenum
, Coverscale
, Latex
.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.