http://rstudio.github.io/dygraphs/index.html
画出来的时间序列图可以在html中打开。
library(dygraphs)
library
(dygraphs)
lungDeaths <-
cbind
(mdeaths, fdeaths)
dygraph
(lungDeaths)
R+时间序列画图
原文:https://www.cnblogs.com/huoshanhuoshanzyx/p/10848709.html