Learn R Programming

geozoning (version 1.0.0)

gridXY: generate empty grid

Description

generate empty grid

Usage

gridXY(mat)

Arguments

mat

matrix with x and y coordinates in the first two columns, data in third column

Value

a grid

Details

generate rectangular empty grid corresponding to x and y values in matrix

Examples

Run this code
# NOT RUN {
data(dataReg)
geozoning:::gridXY(dataReg)
# }

Run the code above in your browser using DataLab