plotFlowRange: Generate a plot which illustrates the proportion an...

Description Usage Arguments Value Author(s) Examples

View source: R/plotFlowRange.R

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

1
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

Author(s)

Ruchit Mahabir

Christopher Waspe

Ursula Scharler

Examples

1
2
3
plotFlowRange(limList = N4LIM,flow = "Pgraz")
#OR
plotFlowRange(limList = N4list$N4LIM,flow = "pp->invertebrate")

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