enaAll: Conduct All Major ENA

View source: R/enaAll.R

enaAllR Documentation

Conduct All Major ENA

Description

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

Matthew K. Lau Stuart R. Borrett

See Also

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

Examples




data(troModels)
output = enaAll(troModels[[6]])
names(output)




SEELab/enaR documentation built on April 29, 2023, 8:40 a.m.