pluginPane: Create a plugin pane for NG-CHM layout

View source: R/panelClasses.R

pluginPaneR Documentation

Create a plugin pane for NG-CHM layout

Description

Creates a new plugin pane object that represents a specialized visualization component in the NG-CHM panel layout system, such as scatter plots or bar charts.

Usage

pluginPane(id = NA, pluginName = NA)

Arguments

id

Character string identifying the plugin pane. Must be specified, no default.

pluginName

Character string specifying the plugin type (e.g., "2D ScatterPlot: UMAP (column)"). Must be specified, no default.

Value

A new pluginPane object with the specified properties

See Also

  • pluginPane for class details

  • panel_configuration for using plugin panes in configurations

Examples

# Create a UMAP scatter plot plugin pane
plugin <- pluginPane(
  id = "pane3",
  pluginName = "2D ScatterPlot: UMAP (column)"
)


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