
Prints objects of class mak
, including visualising the reactions.
# S3 method for mak
print(x, ...)
Object of class mak
.
Additional arguments passed to print
.
mak
# NOT RUN {
# Michaelis-Menten system
A <- matrix(
c(1, 1, 0, 0,
0, 0, 1, 0,
0, 0, 1, 0), ncol = 4, byrow = TRUE)
B <- matrix(
c(0, 0, 1, 0,
1, 1, 0, 0,
1, 0, 0, 1), ncol = 4, byrow = TRUE)
m <- mak(A, B)
m
# }
Run the code above in your browser using DataLab