Description Usage Arguments Value
View source: R/plotTraceObject.R
Plots a codon-specific set of traces, specified with the type
parameter.
1 2 3 4 5 6 7 8 | plotCodonSpecificParameters(
trace,
mixture,
type = "Mutation",
main = "Mutation Parameter Traces",
ROC.or.FONSE = TRUE,
log.10.scale = F
)
|
trace |
An Rcpp trace object initialized with |
mixture |
The mixture for which to plot values. |
type |
A string containing one of the following to graph: |
main |
The title of the plot. |
ROC.or.FONSE |
A logical value determining if the Parameter was ROC/FONSE or not. |
log.10.scale |
A logical value determining if figures should be plotted on the log.10.scale (default=F). Should not be applied to mutation and selection parameters estimated by ROC/FONSE. |
This function has no return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.