Created
July 9, 2019 11:50
-
-
Save Harshit1694/ebd831e9196de12602dd41f920e3df3c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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