powered by
Plot nesting structures in shared tsibbles using plotly
plotly_key_tree(data, height = NULL, width = NULL, ...)
A shared tsibble.
height
width
arguments supplied to subplot()
subplot()
# NOT RUN { if (interactive()) { shared_tourism <- as_shared_tsibble(tourism_monthly, spec = (State / Region) * Purpose) plotly_key_tree(shared_tourism) } # }
Run the code above in your browser using DataLab