chartRandomSampleTrialsPortfolioValues | R Documentation |
This will produce a chart with a sampleSize number of lines representing individual trials.
chartRandomSampleTrialsPortfolioValues(
sim,
sampleSize,
logScale = TRUE,
simResult = "simulation",
inflationAdjusted = FALSE
)
sim |
Simulation object |
sampleSize |
Size of random sample |
logScale |
True to display the y-axis in log format |
simResult |
Name of item in sim with results (class = 'simResult') |
inflationAdjusted |
TRUE to adjust portfolio values by inflation, otherwise FALSE. |
Chart object (plotly)
## Not run: chartRandomSmapleTrialsPortfolioValues(sim, sampleSize, logScale))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.