Learn R Programming

networkTomography (version 0.3)

buildStarMat: Build routing matrix for star network topology

Description

Build routing matrix for star network topology

Usage

buildStarMat(n)

Arguments

n
integer number of nodes in the network

Value

matrix of dimension 2n x n^2 that transforms OD flows to link loads

Examples

Run this code
buildStarMat(3)

Run the code above in your browser using DataLab