gridExtent: Generate grid tiles

Description Usage Arguments Value

View source: R/gridExtent.R

Description

Generate grid tiles

Usage

1
gridExtent(r_use, nx = 10, ny = 10, buffer_xy = 0)

Arguments

r_use

raster object to extract extent.

nx

a number of split in x.

ny

a number of split in y.

buffer_xy

a buffer for overlap between tiles.

Value

a data frame (xmin, xmax, ymin, ymax) of grids split into tiles.


dulvrq/ddl8s1ts documentation built on May 2, 2021, 5:18 a.m.