pane-class: Pane Class for NG-CHM Layout

pane-classR Documentation

Pane Class for NG-CHM Layout

Description

A pane represents a single viewing area in the NG-CHM panel layout system.

Details

Panes are the leaf nodes in the panel layout tree structure. They are contained within containers and can be configured as detail maps, summary maps, or plugin panes.

Slots

collapsed

Logical indicating if the pane is collapsed

expanded

Logical indicating if the pane is expanded

height

Numeric value for pane height (as percentage, 0-100)

id

Character string identifying the pane

width

Numeric value for pane width (as percentage, 0-100)

See Also

  • container for parent container class

  • panel_configuration for complete configuration

Examples

# Create a basic pane
p1 <- pane(id = "pane1", width = 50, height = 100)


MD-Anderson-Bioinformatics/NGCHM-R documentation built on June 9, 2025, 8:04 p.m.