Learn R Programming

wk (version 0.9.4)

grd_summary: Grid information

Description

Grid information

Usage

grd_summary(grid)

Value

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

Arguments

grid

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

Examples

Run this code
grd_summary(grd(nx = 3, ny = 2))

Run the code above in your browser using DataLab