Skip to content

Instantly share code, notes, and snippets.

@omartinez182
Created June 19, 2020 18:12
Show Gist options
  • Save omartinez182/0542f4fcdb5e1e7501c5cd01cdf648f2 to your computer and use it in GitHub Desktop.
Save omartinez182/0542f4fcdb5e1e7501c5cd01cdf648f2 to your computer and use it in GitHub Desktop.
Understanding Time Series Analysis with R - Snippet 7
dfOut %>%
ggplot(aes(x=t, y=S))+
geom_line(col="light blue")+
geom_point(col="black")+
xlab('Time')+
ylab('Seasonality')+
theme_minimal()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment