ee_chirps_spi | R Documentation |
ee_chirps_spi calculate standard precipitation index from chirps daily
ee_chirps_spi( x = NULL, window, window_unit, moi, .load_chirps = T, band = "precipitation" )
x |
tidyee ee$ImageCollection |
window |
window to calculate spi over |
window_unit |
time unit of window (month only) |
moi |
month of interest. (i.e if moi =4 and window is 3 months then the SPI is FMA) |
band |
name of band |
tidyee object containing SPI ee$ImageCollection and vrt
## Not run: library(rgee) library(tidyrgee) ee_Initialize() spi_2_chirps<- ee_chirps_spi(x = chirps_tidy,window = 2,window_unit = "month") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.