make_grids: Makes 1km grids according to INSPIRE for a rectangle

Description Usage Arguments Examples

View source: R/make_grids.R

Description

Makes 1km grids according to INSPIRE for a rectangle

Usage

1
make_grids(xmin, xmax, ymin, ymax)

Arguments

xmin

Min x coordinate (in 1000)

xmax

Max x coordinate (in 1000)

ymin

Min y coordinate (in 1000)

ymax

Max y coordinate (in 1000)

Examples

1
make_grids(4010, 4015, 2050, 2060)

matthiaskaeding/matthiastools documentation built on Feb. 22, 2022, 5:09 p.m.