position-methods: Returns the position of edges in the network

position-methodsR Documentation

Returns the position of edges in the network

Description

Returns the position of edges in the network

Usage

## S4 method for signature 'network'
position(net, nv = 0)

Arguments

net

a network object

nv

the level of cutoff at which the analysis should be done

Methods

list("signature(net = \"network\")")

Returns a matrix with the position of the node. This matrix can then be used as an argument in the plot function.

Examples


data(Net)
position(Net)


Cascade documentation built on Nov. 28, 2022, 5:10 p.m.