genEmptyGrid: generate grid from raw data

Description Usage Arguments Value Examples

Description

generate grid from raw data

Usage

1
genEmptyGrid(step, xsize, ysize)

Arguments

step

numeric step for grid

xsize

numeric value giving the data range on the x axis

ysize

numeric value giving the data range on the y axis

Value

a list that contains x and y kriged positions based on original ones,#' plus nx and ny (number of x and y positions).

Examples

1
genEmptyGrid(calStep(1000,1,1),1,1)

geozoning documentation built on May 2, 2019, 9:43 a.m.