getStates {CNORode} | R Documentation |
Receives an adjacency matrix (model$interMat from CellNoptR) and finds which species are states (i.e. not inputs).
getStates(adjacency)
adjacency |
An adjacency matrix from the model. |
A numeric vector with 0's for positions which are states and 1's for positions which are.
For internal use of CNORode.
David Henriques, Thomas Cokelaer