Description Usage Arguments Value
View source: R/plotModelObject.R
Plots traces from the model object such as synthesis rates for each gene. Will work regardless of whether or not expression/synthesis rate levels are being estimated. If you wish to plot observed/empirical values, these values MUST be set using the initial.expression.values parameter found in initializeParameterObject. Otherwise, the expression values plotted will just be SCUO values estimated upon initialization of the Parameter object.
1 2 |
x |
An Rcpp model object initialized with |
genome |
An Rcpp genome object initialized with |
samples |
The number of samples in the trace |
mixture |
The mixture for which to graph values. |
simulated |
A boolean value that determines whether to use the simulated genome. |
... |
Optional, additional arguments. For this function, a possible title for the plot in the form of a list if set with "main". |
This function has no return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.