Slidy demo

library(learnr)
library(dygraphs)

Time Series with dygraphs

Modify the dyOptions to customize the graph's appearance:

dygraph(ldeaths) %>%
  dyOptions(fillGraph = TRUE, drawGrid = TRUE)


Try the learnr package in your browser

Any scripts or data that you put into this service are public.

learnr documentation built on Sept. 28, 2023, 9:06 a.m.