library(learnr)
library(dygraphs)

Time Series with dygraphs

Modify the dyOptions to customize the graph's appearance:

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


PaulESantos/pftctutor documentation built on March 31, 2020, 12:56 a.m.