swcRightPanel: Right Panel Definition

Description Usage Arguments Value Examples

View source: R/swc.R

Description

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

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## 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 May 5, 2019, 10:45 a.m.