bind_ics {tidyrgee} | R Documentation |
bind ImageCollections
Description
bind ImageCollections
Usage
bind_ics(x)
Arguments
x |
list of tidyee objects |
Value
tidyee object containing single image collection and vrt
Examples
## 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)
[Package tidyrgee version 0.1.0 Index]