enaAll: Conduct All Major ENA

Description Usage Arguments Value Author(s) See Also Examples

View source: R/enaAll.R

Description

Conducts all major ENA with default settings and returns the output as a named list.

Usage

1
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(s)

Matthew K. Lau Stuart R. Borrett

See Also

enaAscendency,enaControl,enaEnviron,enaFlow,enaMTI,enaStorage,enaUtility

Examples

1
2
3
data(troModels)
output = enaAll(troModels[[6]])
names(output)

enaR documentation built on May 1, 2019, 10:54 p.m.