internalFlowGen: Internal flowmatrix generation

Description Usage Arguments Details Author(s) Examples

View source: R/internalFlowGen.R

Description

Generates a flow matrix using just the internal nodes of a network for the enaR network object. The output created will be a single list of matrices that holds the internal flows for each interation.

Usage

1
internalFlowGen(limfile, limList)

Arguments

limfile

This is the user generated LIM file created for analysis purposes.

limList

The list of networks solved using LIM (limListGen)

Details

Generating the internal flowmatrix of each iteration of all flowmatrices.

Author(s)

Ruchit Mahabir

Christopher Waspe

Ursula Scharler

Examples

1
	InternalFlowMatrices <- internalFlowGen(limfile = N4, limList = N4LIM)

FlowCAr documentation built on Sept. 30, 2019, 5:04 p.m.