Length of an Earth Engine Image Object
Get or set the length of an Earth Engine Image.
## S3 method for class 'ee.image.Image' length(x) ## S3 replacement method for class 'ee.image.Image' length(x) <- value
x |
an EE Image Object. |
value |
a non-negative integer. |
If a vector is shortened, extra values are discarded and when a vector is lengthened, it is padded out to its new length with ee$Image(0), with band name of zzz_rgee_NA_%02d.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.