Guest User

Untitled

a guest
Dec 17th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // use ui.Chart.image.seriesByRegion
  2. var chart = ui.Chart.image.seriesByRegion(with_ndvi, classes_flatten,
  3. ee.Reducer.mean(), 'nd',
  4. 30, 'system:time_start', 'label')
  5. .setChartType('ScatterChart'));
Add Comment
Please, Sign In to add comment