render-grid: Grid Rendering

render-gridR Documentation

Grid Rendering

Description

Main grid-based rendering functions.

Value

See individual functions: soplot returns a cograph_network object invisibly; sn_ggplot returns a ggplot2 object.

Examples

## Not run: 
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
soplot(adj)

## End(Not run)

cograph documentation built on April 1, 2026, 1:07 a.m.