Skip to content

Instantly share code, notes, and snippets.

@MJacobs1985
Created February 21, 2022 15:16
Show Gist options
  • Select an option

  • Save MJacobs1985/b735cdba5448ad70b7bb619ed6339e6e to your computer and use it in GitHub Desktop.

Select an option

Save MJacobs1985/b735cdba5448ad70b7bb619ed6339e6e to your computer and use it in GitHub Desktop.
arc_ts <- ts(data = arc_month[, c("rochef", "length", "weightslaughter" )],
start = c(2005, 09), # start date
end = c(2017, 11), # end date
frequency = 12)
ts_info(arc_ts)
ts_plot(arc_ts)
forecast::autoplot(arc_ts)+theme_bw()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment