View source: R/helper_funs_framework.R
This function identifies the correct account in the tree-list and displays all forecasts with confidence intervalls in a single plot
1 2 3 4 5 6 | plotSingleModelSingleAccount(
accountName,
splitDat,
modelName = "lastval",
split = 1
)
|
accountName |
name of account to be plotted |
splitDat |
fitted list tree |
modelName |
name of the model result to be plotted as defined in the modelParams |
split |
index of the split to be plotted |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.