dygraph in R multiple plots at once
I want to plot multiple plots at once using dygraph (they do not have to be synchronized in the first step) Base R-example: temperature <- ts(frequency = 12, start = c(1980, 1), data = ...