View source: R/print.MarkovSimulation.R
print.MarkovSimulation | R Documentation |
A specialized method to print an object of class MarkovSimulation
. This prints all states that have a non-zero probability to be reached after the number of iterations in the Markov simulation. If the simulation was run with returnTable=TRUE
, it also prints a table of state transitions and their probabilities to be chosen in a single step.
## S3 method for class 'MarkovSimulation'
print(x,
activeOnly = FALSE,
...)
x |
An object of class |
activeOnly |
If set to true, a state is represented by a list of active genes (i.e., genes which are set to 1). If set to false, a state is represented by a binary vector with one entry for each gene, specifying whether the gene is active or not. Defaults to |
... |
Further parameters for the |
Invisibly returns the printed object
print
, markovSimulation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.