Description Usage Arguments Value
Partition a raster into vertical strips. Useful for parallel processing.
1 | partitionRaster(raster, nchunks, chunk, subextent = NA)
|
raster |
A *Raster object to be partitioned. |
nchunks |
Integer representing number of partitions. |
chunk |
Integer representing which of the paritions to create. |
subextent |
Optional extent object indicating a subdomain of the raster that should be partitioned. |
A cropped strip of the input raster object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.