reactionsubset: Subset, combine reaction objects

Description Usage Arguments Value Examples

Description

Subset, combine reaction objects

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'reaction'
x[i, ...]

## S3 method for class 'reaction_list'
x[i, ...]

lhs(x)

rhs(x)

Arguments

x

A reaction object

i

The index

...

Ignored

Value

A reaction object

Examples

1
2
3
r <- as_reaction("2H2 + O2 = 2H2O")
lhs(r)
rhs(r)

paleolimbot/chemr documentation built on Sept. 11, 2021, 2:02 p.m.