Learn R Programming

FlowCAr (version 1.1.1)

plotFlowRange: Generate a plot which illustrates the proportion an individual flow has been sampled

Description

The plotFlowRange function produces a plot illustrating how an individual flow of the users choosing has been sampled by the MCMC and xsample algorithms

Usage

plotFlowRange(limList,flow,...)

Arguments

limList

The list of networks solved using LIM (limListGen)

flow

The desired node name

...

Values depicted in plot

Value

A graphical plot

Examples

Run this code
# NOT RUN {
plotFlowRange(limList = N4LIM,flow = "Pgraz")
#OR
plotFlowRange(limList = N4list$N4LIM,flow = "pp->invertebrate")
# }

Run the code above in your browser using DataLab