require(geoR) grid <- pred_grid(c(-55,-50),c(-25,-22), by=0.5) plot(grid) x <- unique(grid[,1]); nx <- length(x) y <- unique(grid[,2]); ny <- length(y) z <- matrix(runif(nx*ny, 10,50), nx, ny) image(x,y,z)
Éder Comunello <c <[email protected]>[email protected]> Dourados, MS - [22 16.5'S, 54 49'W]
_______________________________________________ R-br mailing list [email protected] https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
