Learn R Programming

FlowCAr (version 1.1.1)

internalFlowGen: Internal flowmatrix generation

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

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.

Examples

Run this code
# NOT RUN {
	InternalFlowMatrices <- internalFlowGen(limfile = N4, limList = N4LIM)
# }

Run the code above in your browser using DataLab