Description Usage Arguments Details Value Author(s)
Filter a time series RasterBrick or RasterStack using a static or statistical threshold in a defined historical period
| 1 | cleanBrick(x, monperiod, thresh, dates = NULL, is.max = FALSE, ...)
 | 
| x | RasterBrick or RasterStack. Raster time series to be cleaned | 
| monperiod | Numeric. Beginning of intended monitoring period in  | 
| thresh | Either a Numeric static threshold or  | 
| dates | Date. Vector of dates corresponding exactly to layers in x. If  | 
| is.max | Logical. Is  | 
| ... | Additional parameters to pass to  | 
| sceneID | Character. Vector of Landsat sceneID's | 
If dates is not supplied, these will be extracted from sceneID's, with only support for Landsat at this time. If data come from another sensor, be sure to supply a dates vector.
RasterBrick with values removed according to thresh.
Ben DeVries (devries.br@gmail.com) and Jan Verbesselt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.