| compute_plot_limits | R Documentation |
Calculates xlim/ylim accounting for node radii, self-loop extents, and layout margin padding.
compute_plot_limits(
layout_mat,
vsize_usr,
layout_margin,
edges,
n_edges,
loop_rotations
)
layout_mat |
Two-column layout matrix. |
vsize_usr |
Node radii in user coordinates. |
layout_margin |
Fractional margin padding. |
edges |
Edge data frame. |
n_edges |
Number of edges. |
loop_rotations |
Per-edge loop rotation angles. |
List with xlim and ylim.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.