View source: R/transitionPlot_helpers.R
prTpGetBoxPositions | R Documentation |
Gets the box position
prTpGetBoxPositions(
no,
side,
transitions,
prop_start_sizes,
prop_end_sizes,
tot_spacing,
box_width
)
no |
The box number |
side |
The right or left side |
transitions |
The flows to or from |
prop_start_sizes |
The size of the start boxes |
prop_end_sizes |
The size of the end boxes |
tot_spacing |
The proportion of the vertical space that is to be left empty. It is then split evenly between the boxes. |
box_width |
The width of the box. By default the box is one fourth of the plot width. |
list(top, left, bottom, right, width, height)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.