splity | R Documentation |
add split between three nodes, in the y-direction
splity(
from = NULL,
to0,
to1,
length = NULL,
label_from = NULL,
label_to0 = NULL,
label_to1 = NULL,
pos_from = NULL,
pos_to = NULL,
label_pos = NULL,
label_from_pos = label_pos,
label_to0_pos = NULL,
label_to1_pos = NULL,
label_gap = NULL,
label_from_gap = label_gap,
label_to0_gap = NULL,
label_to1_gap = NULL,
label_from_x = NULL,
label_to0_x = NULL,
label_to1_x = NULL,
label_from_y = NULL,
label_to0_y = NULL,
label_to1_y = NULL,
arr_width = NULL,
arr_width0 = arr_width,
arr_width1 = arr_width,
name_from = deparse(substitute(from)),
name_to0 = deparse(substitute(to0)),
name_to1 = deparse(substitute(to1)),
...
)
from |
start node |
to0 |
the left end node |
to1 |
the right end node |
length |
single numeric specifying length, positive will result in a
fork from bottom to top, negative from top to bottom. Optional parameter
replacing |
label_from |
label to draw on the flow out of |
label_to0 |
label to draw on the flow into |
label_to1 |
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 nodes |
label_pos |
a decimal between 0 and 1 giving the position along the flow at which to draw the labels. |
label_from_pos |
a decimal between 0 and 1 giving the position along the
flow out of |
label_to0_pos |
a decimal between 0 and 1 giving the position along the
flow into |
label_to1_pos |
a decimal between 0 and 1 giving the position along the
flow into |
label_gap |
distance from the flows at which to draw labels default = 0.05 |
label_from_gap |
distance from the flow out of |
label_to0_gap |
distance from the flow into |
label_to1_gap |
distance from the flow into |
label_from_x |
x co-ordinate of |
label_to0_x |
x co-ordinate of |
label_to1_x |
x co-ordinate of |
label_from_y |
y co-ordinate of |
label_to0_y |
y co-ordinate of |
label_to1_y |
y co-ordinate of |
arr_width |
width of arrows, defaults to same as |
arr_width0 |
width of arrow into |
arr_width1 |
width of arrow into |
name_from |
internal argument used for informative error messages |
name_to0 |
internal argument used for informative error messages |
name_to1 |
internal argument used for informative error messages |
... |
additional formatting arguments to |
returns the start and end points of the flow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.