library(learnr)
library(dygraphs)

Time Series with dygraphs

Modify the dyOptions to customize the graph's appearance:

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


rstudio/learnr documentation built on Sept. 6, 2024, 11:06 p.m.