g_layout_poly_sector | R Documentation |
Layout with group
g_layout_poly_sector(
go,
group = "v_group",
group_order = NULL,
group2 = NULL,
group2_order = NULL,
space = pi/4,
jitter = 0,
scale_node_num = TRUE,
type = c("regular", "random"),
mode = c("surface", "boundary"),
curved = NULL
)
go |
igraph |
group |
group name (default:v_group) |
group_order |
group_order |
group2 |
group2 name, will order nodes in each group according to group2_order |
group2_order |
group2_order |
space |
the space between each arc, default: pi/4 |
jitter |
for surface-regular, defalut 0 |
scale_node_num |
scale with the node number in each group |
type |
Type of distribution: "random", "regular" |
mode |
"surface", "boundary" |
curved |
Optional curved attribute for coors |
coors
Other g_layout:
g_layout()
,
g_layout_nice()
,
g_layout_polygon()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.