Learn R Programming

bfastSpatial (version 0.6.2)

changeMonth: Extract month of change from bfmChange RasterLayer

Description

Returns one RasterLayer for each year represented by the change results. Months are represted by integers from 1 to 12.

Usage

changeMonth(change, ...)

Arguments

...

Additional arguments to pass to writeRaster

change.

RasterLayer representing pixel breakpoints extracted from bfmSpatial output.

Value

either a RasterLayer with values between 1 to 12 (representing month of change), or if multiple years are represented in the input change RasterLayer, a RasterBrick with one layer for each year, and values of 1 to 12 representing change months for each year.

See Also

bfmSpatial