examples/motion_example/ui.R

library(shiny)
library(telemetry)

shinyUI(fluidPage(
  # Application title
  titlePanel("Telemetry example: motion"),

  sidebarLayout(
    sidebarPanel(
       motionInput("motion")
    ),

    mainPanel(
      plotOutput("motion.plot")
    )
  )
))
strongh/telemetry documentation built on May 30, 2019, 8:33 p.m.