View source: R/port_reactions.R
port_reactions | R Documentation |
This is a helper function to tranform GillesieSSA-style paramters to GillespieSSA2.
port_reactions(x0, a, nu)
x0 |
The |
a |
The |
nu |
The |
A set of reaction()
s to be used by ssa()
.
x0 <- c(Y1 = 1000, Y2 = 1000) a <- c("c1*Y1","c2*Y1*Y2","c3*Y2") nu <- matrix(c(+1,-1,0,0,+1,-1),nrow=2,byrow=TRUE) port_reactions(x0, a, nu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.