Learn R Programming

rgee (version 1.1.7)

print.ee.computedobject.ComputedObject: print Earth Engine object

Description

print Earth Engine object

Usage

# S3 method for ee.computedobject.ComputedObject
print(x, ..., type = getOption("rgee.print.option"))

Value

No return value, called for displaying Earth Engine objects.

Arguments

x

Earth Engine spatial object.

...

ignored

type

Character. What to show about the x object?. Three options are supported: "json", "simply", "ee_print". By default "simply".