Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of use with a frequency other than 12. #45

Closed
sbegueria opened this issue Nov 20, 2022 · 2 comments
Closed

Example of use with a frequency other than 12. #45

sbegueria opened this issue Nov 20, 2022 · 2 comments

Comments

@sbegueria
Copy link
Owner

Include new dataset (for example, weekly) and provide an example of using the functions with frequencies other than monthly.

@zuzanale
Copy link

would it be also possible to include an option to compute SPEI for daily data? I am trying to compute SPEI using something like this :

grouped_ts <- ts(grouped[, c("BAL")],start = c(2022,06),frequency = 356)
spei2(grouped_ts,30)

@sbegueria
Copy link
Owner Author

It is already possible to compute the SPEI with frequencies other than 12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants