grid-class: S3 class for storing raster spatial data

grid-classR Documentation

S3 class for storing raster spatial data

Description

"grid" is an S3 class for storing raster data.

Details

A "grid" is a list containing at least these components:

m

a matrix containing the grid data

xll, yll

the x and y coordinates of the lower left corner of the lower left cell

nrow, ncol

the number of rows and columns in the grid

cellsize

the dimensions of the cells in the grid (cells must be square)


ethanplunkett/gridprocess documentation built on Feb. 1, 2024, 2:24 a.m.