inst/sticky/server.R

library(shiny)
library(Knees)

shinyServer(function(input, output){
    output$stick <- renderPlot({
        stickyplot(face=input$face,
                   gender=input$gender,
                   arms=input$arms)
    })

})
ziqiangc/Knees documentation built on May 4, 2019, 11:23 p.m.