Learn R Programming

rgee (version 1.0.9)

Math-methods: Mathematical functions

Description

Mathematical functions

Usage

# S3 method for ee.image.Image
Math(x, ...)

Arguments

x

ee$Image

...

Ignored

Generic mathematical functions that can be used with an ee$Image object as argument: abs, sign, sqrt, ceiling, cumprod, cumsum, log, log10, log1p, log2, acos, floor, asin, atan, exp, expm1, cos, cosh, sin, sinh, tan, and tanh.