Summary-methods | R Documentation |
Summary Methods
## S3 method for class 'ee.image.Image'
Summary(..., na.rm = TRUE)
## S3 method for class 'ee.image.Image'
mean(..., na.rm = TRUE)
... |
ee$Image. |
na.rm |
Ignore. |
An ee$Image object
## Not run:
library(rgee)
library(rgeeExtra)
ee_Initialize()
roi <- ee$Geometry$Point(c(-79, -12))
img_demo <- ee$Image("COPERNICUS/S2_SR/20190310T105851_20190310T110327_T30TVK")
max(img_demo)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.