outputVector: The creation of the output vector required for packing into...

Description Usage Arguments Author(s) Examples

View source: R/outputVector.R

Description

Uses vector addition for the respective export vector and the respiration vector in the vector lists to produce a single vector list. The output created will be a single list of vectors that holds the output value (exports + resp) for each node per interation.

Usage

1
outputVector(limfile,expVec,rspVec)

Arguments

limfile

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

expVec

A list containing all export vectors generated

rspVec

A list of all respiration vectors generated

Author(s)

Ruchit Mahabir

Christopher Waspe

Ursula Scharler

Examples

1
2
	outputVecList <- outputVector(limfile = N4,
	expVec = exportVectorList, rspVev = respVectorList)

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