hierplane: Render a hierplane

Description Usage Arguments Source

View source: R/hierplane.R

Description

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

Usage

1
2
3
4
5
6
7
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


r4fun/hierplane documentation built on Aug. 1, 2020, 9:48 a.m.