edges_from_aisle | R Documentation |
This internal function retrieves the edges (connections) within a specific aisle from a set of arcs. The edges are filtered based on the 'x_from' and 'x_to' values, and ordered by 'y_from'.
edges_from_aisle(arcs, aisle)
arcs |
A data frame or matrix containing arc data, where each row represents an edge with 'x_from', 'x_to', 'y_from', and 'y_to' values. |
aisle |
An integer representing the aisle number to filter the edges. |
A data frame of edges that correspond to the specified aisle, ordered by the 'y_from' values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.