#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