Skip to contents

[Deprecated]

piecewise.layout() was renamed to layout_components() to create a more consistent API.

Usage

piecewise.layout(graph, layout = layout_with_kk, ...)

Arguments

graph

The input graph.

layout

A function object, the layout function to use. The default NULL uses layout_with_kk.

...

For layout_components(), additional arguments to pass to the layout layout function. For merge_coords(), these dots must be empty.

decompose(), vcount()