waysToSplit | R Documentation |
Based on the passed arguments, this function returns three messages at the console. First, the number of splits for the Raster* object. Second, the number of rows and third, the number of columns of each split.
waysToSplit(h, v, raster)
h |
numeric, parts in which number of columns of |
v |
numeric, parts in which the number of rows of |
raster |
Raster* object to be split |
For an abuse of language, here we use the term split to signify cell or crop, which in the context of handling geo-referenced data structures are more common terms.
At the console, there will be a summary indicating the number of splits for the Raster* object as well as the number of rows and columns of each split.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.