Description Usage Arguments Value Author(s)
Tile spatial layers
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S4 method for signature 'SpatialPointsDataFrame'
tile(x, y, block.x, ...)
## S4 method for signature 'SpatialPixelsDataFrame'
tile(x, y, block.x, ...)
## S4 method for signature 'SpatialPolygonsDataFrame'
tile(x, y, block.x, tmp.file = TRUE,
program, show.output.on.console = FALSE, ...)
## S4 method for signature 'SpatialLinesDataFrame'
tile(x, y, block.x, tmp.file = TRUE,
program, show.output.on.console = FALSE, ...)
## S4 method for signature 'RasterLayer'
tile(x, y, block.x, tmp.file = TRUE,
program, show.output.on.console = FALSE, ...)
|
x |
RasterLayer. |
y |
either points, pixels, polygons or lines. |
block.x |
size of the block in x direction. |
tmp.file |
temporary file name. |
program |
optional location of the gdalwarp. |
show.output.on.console |
shows progress. |
... |
optional argument. |
Regular tiling system
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.