chunkGrid {DelayedArray} | R Documentation |
chunkGrid
and chunkdim
are internal generic functions not
aimed to be used directly by the user.
chunkGrid(x) chunkdim(x)
x |
An array-like object. |
Coming soon...
chunkGrid
returns NULL or an ArrayGrid object defining a
grid on reference array x
.
chunkdim
returns NULL or the chunk dimensions in an integer vector
parallel to dim(x)
.
block_processing for more information about block processing of an array-like object.
DelayedArray objects.
ArrayGrid objects.
## Coming soon...