Description Usage Arguments Value See Also Examples
Validate and convert a number to a valid state.
1 | validateState(x, node.names)
|
x |
input integer representing the state, can be a vector of 0/1 or an int |
node.names |
network node names |
Numeric binary vector of the same length as the number of nodes. Each position corresponds to a node of the network. The values of each element are 0 or 1. The name of each element corresponds to the name of the node in that position in the network.
intToBits
which this function wraps
1 2 3 | validateState(162, cellcycle$genes)
validateState('162', cellcycle$genes)
validateState(c(0,1,0,0,0,1,0,1,0,0), cellcycle$genes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.