Learn R Programming

dynetNLAResistance (version 0.1.0)

draw.graph: Draw a graph contains vertexs with sensitive or unsensitive label

Description

Draw a graph contains vertexs with sensitive or unsensitive label

Usage

draw.graph(g, main = NULL, label = NA)

Arguments

g
A graph contains vertexs with different labels and some of which are sensitive.
main
The title of graph.
label
Label of vertexs.

Examples

Run this code
dynet <- make.virtual.dynamic.network()
draw.graph(dynet$t1)

Run the code above in your browser using DataLab