Closed mitchelloharawild closed 4 years ago
library(ggplot2) library(forecast) #> Registered S3 method overwritten by 'quantmod': #> method from #> as.zoo.data.frame zoo fpp2::elecequip %>% decompose(type="multiplicative") %>% autoplot() + xlab("Year") + ggtitle("Classical multiplicative decomposition of electrical equipment index")
Created on 2020-08-17 by the reprex package (v0.3.0)
Created on 2020-08-17 by the reprex package (v0.3.0)