Learn R Programming

netcontrol (version 0.1)

modal_control_centrality: Modal Control Centrality

Description

Calculates the modal control centrality of a system defined by \(x_(t+1) = Ax_(t)\).

Usage

modal_control_centrality(A)

Arguments

A

An n by n matrix.

Value

A length n vector of modal control centrality measurespasqualettiControllabilityMetricsLimitations2014anetcontrol, representing the overall modal control of each node in the system.

References

pasqualettiControllabilityMetricsLimitations2014anetcontrol

Examples

Run this code
# NOT RUN {
A = matrix(c(0,-3,-2,2,-2,1,-1,2,-1), 3,3)

modal_control_centrality(A)
# }

Run the code above in your browser using DataLab