Conducts all major ENA with default settings and returns the output as a
named list.
Usage
enaAll(x = "network object")
Arguments
- x
A network object.
Value
- ascendency
enaAscendency
- control
enaControl
- environ
enaEnviron
- flow
enaFlow
- mti
enaMTI
- storage
enaStorage
- structure
enaStructure
- utility
enaUtility with eigen.check=FALSE
Author
Matthew K. Lau Stuart R. Borrett
Examples
data(troModels)
output = enaAll(troModels[[6]])
names(output)
#> [1] "ascendency" "control" "environ" "flow" "mti"
#> [6] "storage" "structure" "utility"