Skip to content

Instantly share code, notes, and snippets.

@viniroger
Created March 20, 2018 10:55
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 viniroger/5eab47b331d393f118681a438aeeb0a8 to your computer and use it in GitHub Desktop.
Save viniroger/5eab47b331d393f118681a438aeeb0a8 to your computer and use it in GitHub Desktop.
Selecionar período em uma série temporal
# y is a time serie - ts()
year_date = window(y, start = c(2017,1), end = c(2017,12))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment