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 )
.data | A dataframe containing hierarchical features. |
---|---|
theme | Either light, dark, grey, or pink. |
width, height | Must be a valid CSS unit (like |
elementId | Explicitly provide an element ID to the widget rather than an automatically generated one. This is optional. |
https://github.com/allenai/hierplane