powered by
grid.par
class
grid.par(n, min, max = min + (n - 1) * lag, lag = (max - min)/(n - 1), dimnames = names(min))
$nd = length(n)
max
lag
S3 'version' of the GridTopology-class of the sp package.
GridTopology
data.grid
grid.par(n = c(100, 100), min = c(-10, 42), max = c(-7.5, 44)) grid.par(n = c(100, 100), min = c(-10, 42), lag = c(0.03, 0.02))
Run the code above in your browser using DataLab