Learn R Programming

rgee (version 1.0.9)

ee_length: Length of an Earth Engine Image Object

Description

Get or set the length of an Earth Engine Image.

Usage

# S3 method for ee.image.Image
length(x)

# S3 method for ee.image.Image length(x) <- value

Arguments

x

an EE Image Object.

value

a non-negative integer.

Details

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.