powered by
Prints objects of class rlk and presents the fractions.
rlk
# S3 method for rlk print(x, ...)
Object of class rlk.
Additional arguments passed to print.
print
# 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