render-ggplot: ggplot2 Conversion

render-ggplotR Documentation

ggplot2 Conversion

Description

Convert Cograph network to ggplot2 object.

Value

A ggplot2 object representing the network.

Examples

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

## End(Not run)

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