| .raster_crop {sits} | R Documentation |
Raster package internal crop raster function
.raster_crop(r_obj, block, ...)
r_obj |
raster package object to be written |
block |
numeric vector with names "first_col", "ncols", "first_row", "nrows". |
... |
additional parameters to be passed to raster package |
numeric matrix
block starts at (0,0)
Rolf Simoes, rolf.simoes@inpe.br