Skip to content

Instantly share code, notes, and snippets.

@Harshit1694
Created July 9, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Harshit1694/ebd831e9196de12602dd41f920e3df3c to your computer and use it in GitHub Desktop.
Save Harshit1694/ebd831e9196de12602dd41f920e3df3c to your computer and use it in GitHub Desktop.
#Check the cycle of data and plot the raw data
as.data.frame(tsdata)
cycle(tsdata)
plot(tsdata, ylab="Passengers (1000s)", type="o")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment