plotReaActivity: Function to plot reaction activity for every species

Description Usage Arguments Details

View source: R/Stuff.R

Description

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

Usage

1
2
3
4
5
6
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


BacArena documentation built on July 2, 2020, 3:16 a.m.