Description Usage Arguments Details Value Author(s) Examples
In the context of this package, subtable refers to either a single table or a list of tables which represents chunks of a higher level table (thus subtable). They are used to trace clustering trees.
1 | show.sub.tables(st, which = NULL, ..., wait = FALSE)
|
st |
subtables or list thereof (or result of |
which |
optional subset of the subtables |
... |
ignored |
wait |
for internal use, should not be set by caller |
If st
is a list of lists, show.sub.tables
will be called
recursively. For convenience, it is also possible to directly provide the output
of tree.ranges
, where the attribute sub.tables
is extracted
and used.
At this point the table relation across levels is not directly shown, it has to be infered from the labels
string representation of sub tables
Benno Pütz puetz@psych.mpg.de
1 | show.sub.tables(attr(tree.ranges(dummy.tree()), "sub.tables"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.