Skip to contents

S3 class describing .prj kinetic_reactant

Usage

prj_kinetic_reactant(
  name,
  initial_amount = NULL,
  chemical_formula = NULL,
  fix_amount = NULL
)

Arguments

name

The component name

initial_amount

The initial amount of the component

chemical_formula

The chemical formula of the component

fix_amount

Should the amount be fixed or not?

Examples

prj_kinetic_reactant(name = "Productc",
                        initial_amount = 1e-06)
#> $name
#> [1] "Productc"
#> 
#> $initial_amount
#> [1] 1e-06
#> 
#> $chemical_formula
#> NULL
#> 
#> $fix_amount
#> NULL
#> 
#> $xpath
#> [1] "chemical_system/kinetic_reactants/kinetic_reactant"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_kinetic_reactant"