Description Usage Arguments Value Examples
generate grid from raw data
1 | genEmptyGrid(step, xsize, ysize)
|
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 |
a list that contains x and y kriged positions based on original ones,#' plus nx and ny (number of x and y positions).
1 | genEmptyGrid(calStep(1000,1,1),1,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.