R/flow_frame.R
find_all_paths.Rd
Find all paths through a compartmental model.
find_all_paths(edges_df, start_node_guesses = character(0L))
A data frame with a from and a to column.
from
to
Optional guesses for nodes that start paths. This is useful for models that are not directed acyclic graphs (DAGs).
List of character vectors of state variable names, each vector describing a path through the model.