plotReaActivity: Function to plot reaction activity for every species

View source: R/Stuff.R

plotReaActivityR Documentation

Function to plot reaction activity for every species

Description

The generic function plotReaActivity displays the usage of reactions for all species

Usage

plotReaActivity(
  simlist,
  reactions = list(),
  spec_list = NULL,
  ret_data = FALSE
)

Arguments

simlist

An object of class Eval or a list with objects of class Eval.

reactions

List of reaction names

spec_list

List of species names to be considered (default all)

ret_data

Set true if data should be returned

Details

Returns ggplot objects


euba/BacArena documentation built on March 27, 2024, 2:33 p.m.