This function returns a new raster based on an existing raster and cell numbers for that raster.
The new raster is cropped to the cell numbers provided, and has values that are the cell numbers of the original raster.
Usage
rasterFromCells(object, cells)
Arguments
object
Raster* object (or a SpatialPixels* or SpatialGrid* object)
cells
vector of cell numbers
Value
A RasterLayer
Details
Cell numbers start at 1 in the upper left corner, and increase from left to right, and then from top to bottom
The last cell number equals the number of cells of the Raster* object.