Google Earth Engine(GEE)——建立一个图表(ui.Chart.array.values)chart散点图

我们本文主要是利用该函数ui.Chart.array.values去制作一个散点图,主要的函数有:

Chart.array.values(array, axis, xLabels)

已删除。使用ui.Chart.*代替。

从一个数组生成一个图表。沿着给定的轴为每个一维矢量绘制单独的系列图。

X轴 = 沿轴的数组索引,可选择用xLabels来标记。

Y-axis = Value.

Series = Vector, described by indices of the non-axis array axes.

Returns a Chart object that can be passed to print().

Arguments:
array (Array|List):

Array to chart.

axis (Number):

The axis along which to generate the 1-D vector series.

xLabels (Array|List, optional):

沿着图表的X轴的刻度线的标签。

Returns: Chart

toArray(properties)
从一个对象的给定属性创建一个数组,这些属性必须都是数字。

参数。
this:feature(特征)。
对象,从中选择数组属性。

properties(列表)。
每个数组元素的属性选择器。

你可能感兴趣的:(GEE教程训练,ui,javascript,开发语言,gee,chart)