[R-br] Criar mapa com Image

Éder Comunello comunello.eder em gmail.com
Terça Maio 5 17:32:31 BRT 2015


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 <comunello.eder em gmail.com>omunello.eder em gmail.com>
Dourados, MS - [22 16.5'S, 54 49'W]
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20150505/aaa5232f/attachment.html>


Mais detalhes sobre a lista de discussão R-br