Learn R Programming

FlowCAr (version 1.1.1)

plotNodeFlows: Generates a plot illustrating the frequency of values for a required flow

Description

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

Usage

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

Examples

Run this code
# NOT RUN {
plotNodeFlows(limfile = N4, limList = N4LIM, flowfrom = "INVERTEBRATE")
#OR
plotNodeFlows(limfile = N4list$N4, limList = N4list$N4LIM, flowfrom = "INVERTEBRATE")
# }

Run the code above in your browser using DataLab