configuration_layouts {manynet} | R Documentation |
Layout algorithms based on configurational positions
Description
Configurational layouts locate nodes at symmetric coordinates to help illustrate the particular layouts. Currently "triad" and "quad" layouts are available. The "configuration" layout will choose the appropriate configurational layout automatically.
Usage
layout_tbl_graph_configuration(.data, circular = FALSE, times = 1000)
layout_tbl_graph_triad(.data, circular = FALSE, times = 1000)
layout_tbl_graph_quad(.data, circular = FALSE, times = 1000)
Arguments
.data |
An object of a manynet-consistent class:
|
circular |
Should the layout be transformed into a radial representation. Only possible for some layouts. Defaults to FALSE. |
times |
Maximum number of iterations, where appropriate |
See Also
Other mapping:
graphr()
,
graphs()
,
grapht()
,
partition_layouts
[Package manynet version 1.0.2 Index]