layout_random_fn: Random Layout
Description
Place nodes at random positions.
Usage
layout_random_fn(network, seed = NULL, ...)
Value
Data frame with x, y coordinates.
Arguments
- network
A CographNetwork object.
- seed
Random seed. If NULL, no seed is set.
- ...
Additional arguments (ignored).