Dygraphs Linked Time Series

By Paul V. Desanker | April 6, 16164

This is dummy tex: These are extraordinary times, and while it is nice to come up with nice catchphrases, the problems at hand require us to take an honest and objective look at the very real issues that countries are facing, examine things that were not working so great, so that when we rebuild our lives, we will be stronger, and we will learn to focus on achieving concrete outcomes. There are 2 main activities associated with CC under the Conv/PA, and 3 main deliverables relevant to our conversation today:

from https://beta.rstudioconnect.com/jjallaire/htmlwidgets-dygraphs/htmlwidgets-dygraphs.html

Microsoft

dygraph(MSFT[,2:4], group = "stocks") %>% 
  dySeries(c("MSFT.Low", "MSFT.Close", "MSFT.High"), label = "MSFT")

HP

dygraph(HPQ[,2:4], group = "stocks") %>% 
  dySeries(c("HPQ.Low", "HPQ.Close", "HPQ.High"), label = "HPQ")

Intel

dygraph(INTC[,2:4], group = "stocks") %>% 
  dySeries(c("INTC.Low", "INTC.Close", "INTC.High"), label = "INTC")