add bend between two nodes, in direction x then y
bendx( from, to, label_from = NULL, label_to = NULL, pos_from = NULL, pos_to = NULL, label_from_pos = NULL, label_to_pos = NULL, label_from_gap = NULL, label_to_gap = NULL, label_from_x = NULL, label_to_x = NULL, label_from_y = NULL, label_to_y = NULL, arr_width = NULL, name_from = deparse(substitute(from)), name_to = deparse(substitute(to)), ... )
| from | start node |
|---|---|
| to | end node |
| label_from | label to draw on the flow out of |
| label_to | label to draw on the flow into |
| pos_from | a decimal between 0 and 1 giving the position to start the
flow out of |
| pos_to | a decimal between 0 and 1 giving the position to attach the
flow to node |
| label_from_pos | a decimal between 0 and 1 giving the position along the
flow out of |
| label_to_pos | a decimal between 0 and 1 giving the position along the
flow into |
| label_from_gap | distance from the flow out of |
| label_to_gap | distance from the flow into |
| label_from_x | x co-ordinate of |
| label_to_x | x co-ordinate of |
| label_from_y | y co-ordinate of |
| label_to_y | y co-ordinate of |
| arr_width | width of arrow, defaults to same as |
| name_from | internal argument used for informative error messages |
| name_to | internal argument used for informative error messages |
| ... | additional formatting arguments to |
returns the start and end points of the flow