plot-Rnet.basic: Plot methods for R-nets

Description Usage Arguments

Description

A plot method for R-nets, and incorporates vertex and edge metadata and layout, if assigns. Only vertex and edge metadata with names that match igraph decoration options (without 'vertex.' or 'edge.' appended to the attribute name; see plot.igraph). Layout is pulled from 'Layout_master' in the rnet object, if it exists. The layout frame can contain 3 columns, with the first column used to match the coordinates in the next two columns to graph vertices OR can contain 2 columns with the same number of vertices in the graph.

Usage

1
2
## S4 method for signature 'rnetBasic'
plot(x)

Arguments

x

an rnet object of class 'rnet.basic'


WJL-NCSU/Rnets documentation built on May 31, 2021, 3:11 p.m.