VizAct {Rphree}R Documentation

Plots activities or activity coefficients of a set of solutions

Description

Graphically compares - through barplots - the activity coefficients for given species of a set of Rphree solutions. The input

Usage

VizAct(sol, spec, names, coef = TRUE, cutoff = 1e-12, ...)

Arguments

sol

A list containing the output solutions. Must be of the form list(sol1,sol2)

spec

Char vector containing the species to be visualized

names

Char vector of the names of the solutions

coef

Logical. If TRUE, activity coefficients are visualized, if FALSE activities.

cutoff

Numeric. Lower bound for visualizing an activity

...

Further optional parameters passed to graphics::barplot

Value

Optional (invisible). A data.frame containing the activities/act.coefficients (rows) for the given solutions (columns)

Author(s)

MDL


[Package Rphree version 0.1-7 Index]