examples/coordinates_example/ui.R

library(shiny)
library(telemetry)


shinyUI(fluidPage(
  titlePanel("Telemetry example: coordinates"),
  sidebarLayout(
    sidebarPanel(
      coordinatesInput("telem")
    ),

    # Show a plot of the generated distribution
    mainPanel(
      textOutput("coord.text"),
      plotOutput("coordinates.plot")
    )
  )
))
strongh/telemetry documentation built on May 30, 2019, 8:33 p.m.