chartSuccessBarComparison | R Documentation |
This will examine the sim for elements of class 'simResult'. The success rates of those elements will be displayed in a bar chart.
chartSuccessBarComparison(sim, vs = "T")
sim |
Simulation object |
vs |
'T' (default) to use success rates against target value; otherwise success rates vs zero values will be used. |
Plotly bar chart object
## Not run: chartSuccessBarComparison(sim, "T")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.