plotG: Graph visualization

Description Usage Arguments Value Author(s) See Also

View source: R/plotG.R

Description

Creates a graph from adjacency matrices

Usage

1
 plotG(G, mod, vertex.size = 5, label = TRUE, main = "Network") 

Arguments

G

a pxp (adjacency) matrix

mod

specifies how a graph should be created from the supplied matrix. Possible values are: directed, undirected.

vertex.size

The size of vertices in the graph.

label

The vertex labels. The default is TRUE.

main

Overall title for the graph.

Value

A graph

Author(s)

Pariya Behrouzi
Maintainer: Pariya Behrouzi <pariya.behrouzi@gmail.com>

See Also

tsnetwork


tsnetwork documentation built on March 26, 2020, 6:45 p.m.