Learn R Programming

Patterns (version 1.1)

position: Retrieve network position for consistent plotting.

Description

Utility function to plot networks.

Usage

position(net, ...)

Arguments

net

Network

Additionnal parameters

Value

Matrix with as many rows as the number of edges of network and three columns (name, xcoord, ycoord).

Examples

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

Run the code above in your browser using DataLab