Hierplanes visualize hierarchical data. The .data param expects a hierplane object created by various inputs using the hp_ family of functions.

hierplane(
  .data,
  theme = "light",
  width = NULL,
  height = NULL,
  elementId = NULL
)

Arguments

.data

A dataframe containing hierarchical features.

theme

Either light, dark, grey, or pink.

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

elementId

Explicitly provide an element ID to the widget rather than an automatically generated one. This is optional.

Source

https://github.com/allenai/hierplane