Math-methods | R Documentation |
Mathematical functions
## S3 method for class 'ee.image.Image'
Math(x, ...)
x |
ee$Image |
... |
Ignored Generic mathematical functions that can be used with an |
An ee$Image object
## Not run:
library(rgee)
library(rgeeExtra)
ee_Initialize()
roi <- ee$Geometry$Point(c(-79, -12))
a <- ee$Image(1)
b <- ee$Image(2)
c <- a + b
log1p(ee$Image(10))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.