Learn R Programming

landmap (version 0.0.13)

getSpatialTiles,ANY-method: Estimate a tiling system

Description

Estimate a tiling system

Usage

# S4 method for ANY
getSpatialTiles(
  obj,
  block.x,
  block.y = block.x,
  overlap.percent = 0,
  limit.bbox = TRUE,
  return.SpatialPolygons = FALSE
)

Arguments

obj

ANY.

block.x

size of the block in x dimension.

block.y

size of the block in y dimension.

overlap.percent

optional overlap percent between tiles.

limit.bbox

optional bounding box.

return.SpatialPolygons

logical specificies whether to return a data frame or Spatial Polygons.

Value

Tiling system for a spatial object