bind_ics | R Documentation |
bind ImageCollections
bind_ics(x)
x |
list of tidyee objects |
tidyee object containing single image collection and vrt
## Not run: library(tidyrgee) library(rgee) ee_Initialize() modis_ic <- ee$ImageCollection("MODIS/006/MOD13Q1") modis_ic_tidy <- as_tidyee(modis_ic) modis_tidy_list <- modis_tidy |> group_split(month) modis_tidy_list |> bind_ics() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.