Learn R Programming

cograph (version 2.0.0)

splot.netobject: Plot a Nestimate netobject

Description

Applies TNA-compatible styling defaults before delegating to splot(): directed networks get oval layout, coloured nodes, and sized arrows; undirected networks get spring layout with no arrows or dashes. All parameters can be overridden by the caller.

Usage

splot.netobject(x, ...)

Value

Invisibly returns the plot.

Arguments

x

A netobject (from Nestimate).

...

Additional arguments passed to splot().