powered by
generate grid from raw data
genEmptyGrid(step, xsize, ysize)
numeric step for grid
numeric value giving the data range on the x axis
numeric value giving the data range on the y axis
a list that contains x and y kriged positions based on original ones,#' plus nx and ny (number of x and y positions).
# NOT RUN { genEmptyGrid(calStep(1000,1,1),1,1) # }
Run the code above in your browser using DataLab