
writeValues
.blockSize(x, chunksize, n=nlayers(x), minblocks=4)
rows
, the suggested row numbers at which to start the blocks for reading and writing, size
, the block size (number of rows) and n
, the total number of blockswriteValues
r <- raster(system.file("external/test.grd", package="raster"))
blockSize(r)
Run the code above in your browser using DataLab