grd_summary: Grid information

View source: R/grd.R

grd_summaryR Documentation

Grid information

Description

Grid information

Usage

grd_summary(grid)

Arguments

grid

A grd_xy(), grd_rct(), or other object implementing ⁠grd_*()⁠ methods.

Value

  • grd_summary() returns a list() with components xmin, ymin, xmax, ymax, nx, ny, dx, dy, width, and height.

Examples

grd_summary(grd(nx = 3, ny = 2))


wk documentation built on Oct. 22, 2023, 9:07 a.m.