We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Include new dataset (for example, weekly) and provide an example of using the functions with frequencies other than monthly.
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
It is already possible to compute the SPEI with frequencies other than 12.
No branches or pull requests
Include new dataset (for example, weekly) and provide an example of using the functions with frequencies other than monthly.
The text was updated successfully, but these errors were encountered: