pluginPane | R Documentation |
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.
pluginPane(id = NA, pluginName = NA)
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. |
A new pluginPane
object with the specified properties
pluginPane for class details
panel_configuration for using plugin panes in configurations
# Create a UMAP scatter plot plugin pane
plugin <- pluginPane(
id = "pane3",
pluginName = "2D ScatterPlot: UMAP (column)"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.