Learn R Programming

FlowCAr (version 1.1.1)

outputVector: The creation of the output vector required for packing into the enaR network object

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

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

Examples

Run this code
# NOT RUN {
	
# }
# NOT RUN {
outputVecList <- outputVector(limfile = N4,
	expVec = exportVectorList, rspVev = respVectorList)
# }

Run the code above in your browser using DataLab