Learn R Programming

rgee (version 1.1.7)

map-operator: EarthEngineMap + EarthEngineMap; adds data from the second map to the first

Description

EarthEngineMap + EarthEngineMap; adds data from the second map to the first

EarthEngineMap | EarthEngineMap provides a slider in the middle to compare two maps.

Usage

# S3 method for EarthEngineMap
+(e1, e2)

# S3 method for EarthEngineMap |(e1, e2)

Arguments

e1

an EarthEngineMap object.

e2

an EarthEngineMap object.

Author

tim-salabim. Adapted from mapview code.