目录
ui.Chart.image.regions(image, regions, reducer, scale, seriesProperty, xLabels)
简介
GEE 图表:绘制图像中各点的波段值
函数
ui.Chart.image.regions(image, regions, reducer, scale, seriesProperty, xLabels)
Generates a Chart from an image. Extracts and plots the value of each band in one or more regions.
-
X-axis = Band labeled by xProperty (default: band name).
-
Y-axis = Reducer output.
-
Series = Region labeled by seriesProperty (default: 'system:index').
Returns a chart.
<