View source: R/xset_features.R
xset_lineage | R Documentation |
Determine lineage within a set
xset_lineage(xpdb_s, ..., .spinner = NULL)
xpdb_s |
< |
... |
< |
.spinner |
Set to |
This function uses a not-especially-optimized tree-searching algorithm
to determine the longest lineage starting from whatever is treated as
the base model. It is based loosely on <pluck_depth
>,
but the values at each depth are maintained.
As such, for larger sets this function and, more importantly,
functions that use it may take some time.
<character
> vector of c('base', 'base child', 'base grandchild', ...)
or list thereof, depending on dots arguments.
xset_lineage(xpdb_set)
set_base_model(xpdb_set, fix1) %>%
xset_lineage()
xset_lineage(xpdb_set, fix1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.