Learn R Programming

cograph (version 2.0.0)

render-ggplot: ggplot2 Conversion

Description

Convert Cograph network to ggplot2 object.

Arguments

Value

A ggplot2 object representing the network.

Examples

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

Run the code above in your browser using DataLab