Learn R Programming

geozoning (version 1.0.0)

calStep: compute step for non square grid

Description

compute step for non square grid

Usage

calStep(nPointsK, xsize, ysize)

Arguments

nPointsK

numeric value giving the number of points after kriging

xsize

numeric value giving the data range on the x axis

ysize

numeric value giving the data range on the y axis

Value

a numerical step value

Examples

Run this code
# NOT RUN {
calStep(1000,1,1)
# }

Run the code above in your browser using DataLab