add_reaction_: add reaction with standard evaluation

Description Usage Arguments Note

View source: R/reaction.R

Description

add reaction with standard evaluation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
add_reaction_(
  ip,
  equation,
  name,
  flux,
  isotopes = list(),
  abscissa = NULL,
  class = "generic",
  args = list()
)

Arguments

flux

lazy object for later evaluation

isotopes

named list with lazy objects for later evaluation to calculate the isotope composition of the flux through this reaction

abscissa

the reaction loaction (purely for sorting in a digram), a value will be inferred from the system if NULL

class

the class of the reaction for internal processing purposes (e.g. steady state calculations)

args

additional arguments (usually expressions)

Note

standard evaluation


sebkopf/isocyclr documentation built on Nov. 9, 2020, 4:18 p.m.