xset_lineage {xpose.xtras} | R Documentation |
Determine lineage within a set
Description
Determine lineage within a set
Usage
xset_lineage(xpdb_s, ..., .spinner = NULL)
Arguments
xpdb_s |
< |
... |
< |
.spinner |
Set to |
Details
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.
Value
<character
> vector of c('base', 'base child', 'base grandchild', ...)
or list thereof, depending on dots arguments.
Examples
xset_lineage(xpdb_set)
set_base_model(xpdb_set, fix1) %>%
xset_lineage()
xset_lineage(xpdb_set, fix1)