pane-class | R Documentation |
A pane represents a single viewing area in the NG-CHM panel layout system.
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.
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)
container for parent container class
panel_configuration for complete configuration
# Create a basic pane
p1 <- pane(id = "pane1", width = 50, height = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.