plotly_key_tree: Plot nesting structures in shared tsibbles using plotly

Description Usage Arguments Examples

View source: R/dendro.R

Description

Plot nesting structures in shared tsibbles using plotly

Usage

1

Arguments

data

A shared tsibble.

height

height

width

width

...

arguments supplied to subplot()

Examples

1
2
3
4
5
if (interactive()) {
  shared_tourism <- as_shared_tsibble(tourism_monthly,
    spec = (State / Region) * Purpose)
  plotly_key_tree(shared_tourism)
}

tsibbletalk documentation built on Oct. 23, 2020, 8:09 p.m.