layout_grid_fn: Grid Layout
Description
Arrange nodes in a grid pattern.
Usage
layout_grid_fn(network, ncol = NULL, ...)
Value
Data frame with x, y coordinates.
Arguments
- network
A CographNetwork object.
- ncol
Number of columns. If NULL, computed as ceiling(sqrt(n)).
- ...
Additional arguments (ignored).