print.rlk: Print 'rlk' object

Description Usage Arguments See Also Examples

Description

Prints objects of class rlk and presents the fractions.

Usage

1
2
## S3 method for class 'rlk'
print(x, ...)

Arguments

x

Object of class rlk.

...

Additional arguments passed to print.

See Also

rlk

Examples

1
2
3
4
5
6
7
# Rational law kinetics
A <- matrix(
c(1, 0, 0, 0,
  0, 1, 2, 0,
  0, 0, 0, 1), ncol = 4, byrow = TRUE)
r <- rlk(A, A[c(2, 1, 3), ])
r

episode documentation built on May 1, 2019, 11:17 p.m.