swcRightPanel: Right Panel Definition

View source: R/swc.R

swcRightPanelR Documentation

Right Panel Definition

Description

swcLeftPanel creates the right panel of the analysis view of the JavaScript SensorWebClient.

Usage

swcRightPanel(header, ...)

Arguments

header

the header of the right panel

...

Unnamed items that comprise this list of tags.

Value

a HTML div tag for the right panel

Examples

## Not run: 
swcRightPanel(
  header="Parameters",
  selectInput(
    "pollutant",
    label="Pollutant",
    choices = c("NOX", "NO2", "O3", "PM10", "SO2", "CO", "PM25"),
    selected = "NOX"
  ),
  swcTimeBeginInput("begin"),
  swcTimeEndInput("end"),
  swcTimeseriesInput("series"),
)

## End(Not run)

52North/sensorweby documentation built on Sept. 27, 2024, 10:56 a.m.