powered by
The plotNodeFlows function produces a density plot, histogram and boxplot for each flow leaving the specified node
plotNodeFlows(limfile, limList, flowfrom, bins)
This is the user generated LIM file created for analysis purposes.
The list of networks solved using LIM (limListGen)
limListGen
The node in which out-flows are required to be plotted.
The amount of bins that splits the axis
A graphical plot
# 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