plot.wdnet {wdnet}R Documentation

Plots the input network

Description

Plots the input network via igraph::plot.igraph().

Usage

## S3 method for class 'wdnet'
plot(x, ...)

Arguments

x

A wdnet object.

...

Additional parameters passed to igraph::plot.igraph().

Value

Returns NULL, invisibly.


[Package wdnet version 1.2.3 Index]