Learn R Programming

cograph (version 2.0.0)

render-grid: Grid Rendering

Description

Main grid-based rendering functions.

Arguments

Value

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

Examples

Run this code
if (FALSE) {
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
soplot(adj)
}

Run the code above in your browser using DataLab