search for: dygraphoutput

Displaying 1 result from an estimated 1 matches for "dygraphoutput".

2017 Oct 18
1
dygraphs, multiple graphs and shiny
...ns", > "Number of bins:", > min = 1, > max = 50, > value = 30) > ), > > # Show a plot of the generated distribution > mainPanel( > dygraphs::dygraphOutput("distPlot") > ) > ) > ) > > # Define server logic required to draw a histogram > server <- function(input, output) { > > output$distPlot <- dygraphs::renderDygraph({ > lungDeaths <- cbind(mdeaths, fdeaths) > res <- lappl...