Learn R Programming

Cascade (version 1.7)

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

Description

Returns the position of edges in the network

Arguments

Methods

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

Run this code
# NOT RUN {
data(simul)
position(Net)
# }

Run the code above in your browser using DataLab