inputVector: The creation of the input vector required for packing into...

Description Usage Arguments Author(s) Examples

View source: R/inputVector.R

Description

The generation of an input vector required for use in packing a lim file into an enaR network object. The output created will be a single list of vectors that holds the cumulative value for the input elements per node.

Usage

1
inputVector(limfile, limList)

Arguments

limfile

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

limList

The list of networks solved using LIM (limListGen)

Author(s)

Ruchit Mahabir

Christopher Waspe

Ursula Scharler

Examples

1
inputVectorList <-  inputVector(limfile = N4, limList = N4LIM)

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