Created
February 21, 2022 15:17
-
-
Save MJacobs1985/d94d0c14c95466982b6a95ac0ea72b97 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
arc_ts <- ts(data = arc_month[, c("rochef", "nirastax", "nirfat", "nirtotpig")], | |
start = c(2005, 09), # start date | |
end = c(2017, 11), # end date | |
frequency = 12) | |
ts_plot(arc_ts) # nirtotpig and nirastax are the same |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment