Learn R Programming

rgeedim (version 0.4.0)

gd_composite: Composite an Image Collection

Description

Create a composite image from elements of an image collection.

Usage

gd_composite(x, ...)

Value

a composite ee.image.Image object

Arguments

x

an object inheriting from geedim.collection.ImageCollectionAccessor (for geedim >= 2.0.0) or geedim.collection.MaskedCollection (for geedim < 2.0.0), such as from gd_search() or gd_collection_from_list(). See \link{geedim-versions} for more details.

...

additional arguments to geedim.collection.ImageCollectionAccessor$composite()