Description Usage Arguments Value See Also
Returns a tidy data frame with one row per edge crossing
1 |
pathway |
A |
A tibble::tibble with the following columns:
index
Row number
step_id
Step of the pathfinding algorithm
edge_id
ID of edge crossed in this step (can be repeated)
bundle_id
Id of bundle crossed in this step (NA
if edge is not a bundle)
times_edge_crossed
Cumulative times this edge has been crossed since the start of the path
times_bundle_crossed
Cumulative times this bundle has been crossed since the start of the path
glance_path()
and augment_edges()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.