Learn R Programming

FlowCAr (version 1.1.1)

flowCheck: Checks the flow against the original distribution

Description

Cross-checks the networks generated against the original flow network to ensure that flows are as they should be.

Usage

flowCheck(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 {
CrossCheckedFlows <- flowCheck(limfile = N4, limList = N4LIM)
# }

Run the code above in your browser using DataLab