Learn R Programming

FlowCAr (version 1.1.1)

respVector: The creation of the respiration vector required for packing into the enaR network object

Description

Creates a list of vectors for the presented respiration element. The output created will be a single list of vectors that holds the respiration value for each node per interation.

Usage

respVector(limfile,limList)

Arguments

limfile

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

limList

The list of networks solved using LIM (limListGen)

Examples

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

Run the code above in your browser using DataLab