tile-methods: Tile spatial layers

tile,RasterLayer-methodR Documentation

Tile spatial layers

Description

Tile spatial layers

Usage

## 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, ...)

Arguments

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.

Value

Regular tiling system

Author(s)

Tom Hengl


Envirometrix/landmap documentation built on June 10, 2022, 10:12 p.m.