draw.graph {dynetNLAResistance}R Documentation

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

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

[Package dynetNLAResistance version 0.1.0 Index]