Returns a data frame tracing the LORT recursion path from the root node (index 1) to the requested node, one row per LORT node on the path.
Arguments
- x
A
cta_ortobject fromlort_fit.- index
Integer; target LORT node index.
Value
A data frame with columns:
lort_index, parent_lort_index, depth, n,
stop_reason, is_terminal,
incoming_endpoint_id (which endpoint of the parent led here),
incoming_path_condition (condition string for that endpoint),
incoming_path_label (human-readable label),
local_status, local_ess, local_d,
local_n_endpoints.