summary.twinspan | R Documentation |
The function gives a compact summary of divisions with indicator species and items in final classification. The output gives the same essential information as the printed output of TWINSPAN batch program, but in more compact form.
## S3 method for class 'twinspan'
summary(object, what = c("quadrat", "species"), binname = FALSE, maxitems, ...)
object |
|
what |
Summarize either quadrat or species classification. |
binname |
Use binary labels for divisions instead of decimal numbers. |
maxitems |
Maximum number of items (members) listed for terminal groups. |
... |
Other arguments (ignored). |
For each division, summary
prints the eigenvalue. For
quadrat divisions, it also prints the indicator pseudospecies with
their signs, followed by <
and the lowest indicator score
for the ‘positive’ (right) group. If the indicator score is
below this value, follow the summary to the next item at the lower
level, and if the indicator score is at the limit or higher, follow
to the second alternative. For division number k
, the next
items are either 2k
(‘negative’ group) or
2k+1
(‘positive’ group). Function
plot.twinspan
displays the division numbers in a
classification tree.
For terminal groups, the function gives the size of the group and lists its elements (quadrats or species).
The function returns nothing. It only prints the result object in a human-readable way.
plot.twinspan
displays the same structure
visually. Function predict.twinspan
follows the
summary strcture to predict the classification with indicator
pseudospecies.
data(ahti)
tw <- twinspan(ahti)
summary(tw, maxitems = 6)
summary(tw, "species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.