VizSol: Visualize barplot of total solute concentrations of...

Description Usage Arguments Value Author(s)

Description

Utility function to visualize and compare the concentrations of total soluted elements using barplot.

Usage

1
VizSol(sol, names, vlim, sel, mult, leg = TRUE, flex = TRUE, ...)

Arguments

sol

A list of solution (output of Rphree). Must be in the form list(sol1,sol2)

names

Char vector containing the names of the solutions to visualize e.g., in the legend

vlim

inferior bound for visualizations (as in ylim)

sel

Char vector containing the names of the elements to plot

mult

named numeric vector containing multiplicative factors for the elements who need to be magnified in the plot

leg

Logical. If TRUE, a legend is plotted

flex

Logical. If TRUE, ListInfo is not required and a specific heuristic ist applied instead

...

Further parameters passed to graphics::barplot

Value

invisible return of graphics::barplot

Author(s)

MDL


Rphree documentation built on May 2, 2019, 6:09 p.m.