Description Usage Arguments Examples
View source: R/make_symbolic_hiararchy.R
Function to make a vector of symbolic names for the hierarchical structured time series. Letters and numbers are alternated used for each level of the hierarchy.
| 1 | make_symbolic_hiararchy(hier, full=FALSE)
 | 
| hier | Vector containing the number of time series on the lowest level for each upper level node. | 
| full | True/False to indicate wether the upper levels in the hierarchy should be named as well. | 
| 1 2 | make_symbolic_hiararchy(hier=c(2,3,2))
make_symbolic_hiararchy(hier=c(2,3,2), full=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.