mvSieve | R Documentation |
This function computes the number of pixels with missing values (no data) in each element of a time series of satellite images. For practical purposes, this function assumes that the images have been stored in a set of different sub-directories; each sub-directory can represent a period/season/year.
mvSieve(dirs, filesPerDir, startPeriod, endPeriod, colNames = month.name)
dirs |
character vector given sub-directory names from which images will be read. |
filesPerDir |
numeric indicating how many images are stored in each directory. |
startPeriod |
numeric indicating in which period the time series first image was recorded. |
endPeriod |
numeric indicating in which period the time series last image was recorded. |
colNames |
character vector. Default |
An n \times m
matrix where n
is equal to length(dirs)
and m
is equal to
filesPerDir
. By default, the row names of this matrix are equal to startPeriod:endPeriod
and the column names are equal to colNames
.
minmaxBlock
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.