Skip to content

Commit cdb740e

Browse files
committed
added use of buildClearPixelCountCollection
1 parent f9f069f commit cdb740e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bookdown/09-functions.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ print(annualLTcollection)
214214

215215
*Parameters:*
216216

217-
+ **collection (Image Collection)**: An annual surface reflectance image collection with one band per image, like that resulting from the use of `transformSRcollection(srCollection, ['NDVI'])`, for instance.
217+
+ **collection (Image Collection)**: An annual surface reflectance image collection with one band per image, like that resulting from the use of `transformSRcollection(srCollection, ['NDVI'])`, or `buildClearPixelCountCollection`, for instance.
218218
+ **startYear (Integer)**: The minimum year in the desired range of annual collection
219219
+ **endYear (Integer)**: The maximum year in the desired range of annual collection
220220
+ **maskFill** (Integer, default: 0)**: The value to fill masked pixels in the image collection with.

0 commit comments

Comments
 (0)