plotly_key_tree {tsibbletalk}R Documentation

Plot nesting structures in shared tsibbles using plotly

Description

Plot nesting structures in shared tsibbles using plotly

Usage

plotly_key_tree(data, height = NULL, width = NULL, ...)

Arguments

data

A shared tsibble.

height

height

width

width

...

arguments supplied to subplot()

Examples

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

[Package tsibbletalk version 0.1.0 Index]