plotNodeFlows: Generates a plot illustrating the frequency of values for a...

Description Usage Arguments Value Author(s) Examples

View source: R/plotNodeFlows.R

Description

The plotNodeFlows function produces a density plot, histogram and boxplot for each flow leaving the specified node

Usage

1
plotNodeFlows(limfile, limList, flowfrom, bins)

Arguments

limfile

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

limList

The list of networks solved using LIM (limListGen)

flowfrom

The node in which out-flows are required to be plotted.

bins

The amount of bins that splits the axis

Value

A graphical plot

Author(s)

Ruchit Mahabir Christopher Waspe Ursula Scharler

Examples

1
2
3
plotNodeFlows(limfile = N4, limList = N4LIM, flowfrom = "INVERTEBRATE")
#OR
plotNodeFlows(limfile = N4list$N4, limList = N4list$N4LIM, flowfrom = "INVERTEBRATE")

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