Learn R Programming

episode (version 1.0.0)

print.rlk: Print 'rlk' object

Description

Prints objects of class rlk and presents the fractions.

Usage

# S3 method for rlk
print(x, ...)

Arguments

x

Object of class rlk.

...

Additional arguments passed to print.

See Also

rlk

Examples

Run this code
# NOT RUN {
# 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
# }

Run the code above in your browser using DataLab